https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9d6f01bfaa93014ec1ee3591845e409b00dd3719 authored by Matthew Kolopanis on 29 May 2019, 18:05:56 UTC, committed by Bryna Hazelton on 29 May 2019, 19:01:41 UTC
1 parent d31fe84
Raw File
Tip revision: 9d6f01bfaa93014ec1ee3591845e409b00dd3719 authored by Matthew Kolopanis on 29 May 2019, 18:05:56 UTC
changelog update
Tip revision: 9d6f01b
pyuvdata_tests.yml
name: pyuvdata_tests
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - h5py
  - healpy
  - numpy
  - python-casacore
  - pyyaml
  - scipy
  - six
  - coverage
  - pytest-cov
back to top