Revision f2a9c2d89fc3a0c9046c44035730b29e0ef54763 authored by PyxieLouStar on 19 March 2020, 15:52:35 UTC, committed by Bryna Hazelton on 19 March 2020, 19:07:38 UTC
1 parent 303d1da
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