https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: d1829efacb60da384f64a8f25a280441bfa9d68a authored by Bryna Hazelton on 24 May 2019, 01:18:43 UTC
increase version to 1.4.0
Tip revision: d1829ef
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - numpy
  - scipy
  - six
  - coverage
  - pytest-cov
back to top