Revision 8a1c2f0103b579d9d6bee174ca52d4cd0b65da3f authored by Garrett "Karto" Keating on 01 May 2021, 03:03:22 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 82f1bed
Raw File
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=3
     - pytest-xdist
back to top