https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2c9b149ef91b7e163c3d272185983995e47407b7 authored by Matthew Kolopanis on 13 May 2019, 20:02:42 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent 236b366
Raw File
Tip revision: 2c9b149ef91b7e163c3d272185983995e47407b7 authored by Matthew Kolopanis on 13 May 2019, 20:02:42 UTC
utils nose --> pytest, also catch a few depreciation warnings
Tip revision: 2c9b149
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