https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: a15a68d37c559e81e8b2c67b3fe2c71b27dac11f authored by Garrett 'Karto' Keating on 12 December 2021, 03:55:38 UTC
Add check to mir read
Tip revision: a15a68d
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
dependencies:
  - astropy>=5.0.4
  - numpy>=1.19.*
  - scipy>=1.3
  - h5py>=3.0
  - pyerfa>=2.0
  - coverage
  - pytest>=6.2.0
  - pytest-cases>=3.6.9
  - pytest-cov
  - pytest-xdist
  - cython
  - setuptools_scm<7.0|>=7.0.3
  - pip
back to top