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
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
dependencies:
  - python=3.6
  - numpy
  - scipy
  - astropy
  - h5py
  - conda-forge::pypandoc
back to top