Raw File
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - six
  - h5py
  - coverage
  - pytest-cov
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases
back to top