https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c019d2b254a1327693466b5d5df3dfa28dc731c0 authored by Bryna Hazelton on 04 March 2020, 17:02:48 UTC, committed by Matthew Kolopanis on 05 March 2020, 15:43:41 UTC
1 parent 8242e23
Raw File
Tip revision: c019d2b254a1327693466b5d5df3dfa28dc731c0 authored by Bryna Hazelton on 04 March 2020, 17:02:48 UTC
try using pip instead of conda on RTD
Tip revision: c019d2b
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top