https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 459fe95ba51d2e6fcede13e2eb15b07dff9a63fd authored by pyxieloustar on 27 August 2020, 23:41:12 UTC, committed by Bryna Hazelton on 28 August 2020, 20:51:54 UTC
1 parent 9951b93
Raw File
Tip revision: 459fe95ba51d2e6fcede13e2eb15b07dff9a63fd authored by pyxieloustar on 27 August 2020, 23:41:12 UTC
updated comment
Tip revision: 459fe95
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - coverage
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=1.12.1
     - pytest-xdist
back to top