Revision 54683945fc5a636bab7e0696925cd33fbd58acda authored by Bryna Hazelton on 13 January 2022, 02:08:50 UTC, committed by Bryna Hazelton on 15 January 2022, 00:56:52 UTC
1 parent 8ead33c
Raw File
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py>=3.0
  - pyerfa>=2.0
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=3
     - pytest-xdist
back to top