https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC, committed by Matthew Kolopanis on 13 January 2021, 19:33:22 UTC
1 parent 6e80df0
Raw File
Tip revision: 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC
remove the github docs build now that the RTD PR build is working
Tip revision: 34afe81
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top