https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 784bacde1b346704b91e1f38c19b8a672dc109c4 authored by Garrett "Karto" Keating on 16 June 2021, 21:15:21 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent aff86a3
Raw File
Tip revision: 784bacde1b346704b91e1f38c19b8a672dc109c4 authored by Garrett "Karto" Keating on 16 June 2021, 21:15:21 UTC
Updating dependencies for NOVAS and astroquery
Tip revision: 784bacd
pyuvdata_tests.yml
name: pyuvdata_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy>=4.2.1
  - astroquery
  - 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>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top