Raw File
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - numpy
  - scipy
  - six
  - coverage
  - pytest-cov
back to top