Revision 95dabd19a6627d631b70527bda76bc5439806b55 authored by Mike Wilensky on 10 March 2020, 23:44:25 UTC, committed by Bryna Hazelton on 23 March 2020, 21:09:08 UTC
1 parent 152b24f
Raw File
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