https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 624ad6200ef9c5678fe8ac74c777b1b282ee58a1 authored by Bryna Hazelton on 22 May 2019, 21:11:29 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent 5984fbc
Raw File
Tip revision: 624ad6200ef9c5678fe8ac74c777b1b282ee58a1 authored by Bryna Hazelton on 22 May 2019, 21:11:29 UTC
remove the telescopes.__all__ because of known telescope dict rename
Tip revision: 624ad62
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - numpy
  - scipy
  - six
  - coverage
  - pytest-cov
back to top