Revision 02d2b658abe8be1bc4f8f37502f7122b0080f328 authored by Bryna Hazelton on 08 September 2021, 18:40:10 UTC, committed by Bryna Hazelton on 09 September 2021, 22:30:31 UTC
1 parent 9b91ad7
Raw File
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - pyerfa>=2.0
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=3
     - pytest-xdist
back to top