Revision 5e2a4940796f4bd063315dc5d614b3e0176c6df9 authored by Paul La Plante on 24 March 2020, 21:36:44 UTC, committed by Paul La Plante on 24 March 2020, 23:38:58 UTC
1 parent 6363726
Raw File
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - coverage
  - pytest-cov
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases
back to top