https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: c5a1b463f29b8164cda381e97e3d93a549be4179 authored by Bryna Hazelton on 29 April 2020, 15:53:31 UTC
Update changelog for new version, minor changelog correction.
Tip revision: c5a1b46
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