https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 617c8e77d30037c1e1fb3a2ab460cb0aaa11eca1 authored by Paul La Plante on 29 June 2019, 20:31:12 UTC
Add support for bitshuffle on visdata
Tip revision: 617c8e7
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