Revision c6046d29bb2f7cff083753e38bb42a4d6c8c09c2 authored by Mike Wilensky on 20 March 2020, 00:26:49 UTC, committed by Bryna Hazelton on 23 March 2020, 21:09:08 UTC
1 parent 200eb87
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