https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: e5309efe65e2ad5bdb84eb5462f174f8cac24fe4 authored by Bryna Hazelton on 04 September 2024, 19:47:10 UTC
move for loop in test to parametrize
Tip revision: e5309ef
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
dependencies:
  - astropy>=6.0
  - cython>=3.0
  - docstring_parser>=0.15
  - h5py>=3.1
  - numpy>=1.23
  - pyerfa>=2.0
  - pyyaml>=5.4.1
  - scipy>=1.8
  - setuptools_scm>=8.1
  - coverage
  - pytest>=6.2.5
  - pytest-cases>=3.8.3
  - pytest-cov
  - pytest-xdist
  - pip
back to top