https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 5a6d0849060b192c4eb840a4691f5ca66378a407 authored by Bryna Hazelton on 13 October 2023, 19:33:37 UTC
update the changelog for a new version
Tip revision: 5a6d084
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
dependencies:
  - astropy>=5.0.4
  - docstring_parser>=0.15
  - h5py>=3.1
  - scipy>=1.5
  - numpy>=1.20.*
  - 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