Revision 4b2e2429019564f21ccde523cf518bb3348e42d7 authored by Matthew Kolopanis on 28 April 2020, 00:48:57 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent 46d8ac3
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>=1.12.1
     - pytest-xdist
back to top