https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1abb511b7c6ee118dededf014e451079059a0761 authored by Matthew Kolopanis on 14 December 2020, 17:27:02 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 7deebb5
Raw File
Tip revision: 1abb511b7c6ee118dededf014e451079059a0761 authored by Matthew Kolopanis on 14 December 2020, 17:27:02 UTC
add checks for when expected_type is a quantity or quantity subclass
Tip revision: 1abb511
pyuvdata_publish.yml
name: pyuvdata_publish
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pep517
back to top