https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b7e45ef4d85faa42ade760e83eda6fd56de21afa authored by Bryna Hazelton on 07 May 2019, 17:02:35 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 20cdd3e
Raw File
Tip revision: b7e45ef4d85faa42ade760e83eda6fd56de21afa authored by Bryna Hazelton on 07 May 2019, 17:02:35 UTC
fix tutorial references
Tip revision: b7e45ef
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
dependencies:
  - python=3.6
  - numpy
  - scipy
  - astropy
  - conda-forge::pypandoc
back to top