Revision 5d813a0d8e0d9b9dc5582e561feb036636555cb2 authored by Garrett Keating on 02 September 2020, 15:51:35 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent aad4965
Raw File
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - coverage
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=1.12.1
     - pytest-xdist
back to top