Revision fbc8b7404fe7ee9df12ba39148c2e47a2ac24631 authored by Bryna Hazelton on 09 September 2021, 21:54:20 UTC, committed by Bryna Hazelton on 09 September 2021, 21:54:20 UTC
1 parent aa15683
Raw File
pyuvdata_tests.yml
name: pyuvdata_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy>=4.2.1
  - astroquery
  - h5py
  - astropy-healpix
  - numpy
  - pyerfa>=2.0
  - 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>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top