https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 983ae27b57a28550b6ee1a58e13cc9161bb89327 authored by Bryna Hazelton on 15 January 2020, 19:15:00 UTC
update release date
Tip revision: 983ae27
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - six
  - h5py
  - coverage
  - pytest-cov
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases
back to top