Revision f1d4dfa50ac3cbccadc0d039cde006076aaac075 authored by PyxieLouStar on 19 March 2020, 17:30:22 UTC, committed by Bryna Hazelton on 20 March 2020, 00:09:45 UTC
1 parent eba1cc1
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