Revision 392ba7fb42e9426c2b5a2068841da7f767eabf29 authored by Bryna Hazelton on 09 September 2021, 22:28:20 UTC, committed by Bryna Hazelton on 09 September 2021, 22:28:20 UTC
1 parent 1c02e1c
Raw File
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - pyerfa>=2.0
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=3
     - pytest-xdist
back to top