Raw File
pyuvdata_tests.yml
name: pyuvdata_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - h5py
  - astropy-healpix
  - numpy
  - python-casacore
  - pyyaml
  - scipy
  - six  # added for now because sometimes an old python-casacore build is used that omits this dependency
  - coverage
  - pytest<6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
      - pytest-cases>=2.7.2
      - pytest-xdist
back to top