Revision a6afc83e5be409ed7dcfb5bd299c5f2bffe639b5 authored by Matthew Kolopanis on 17 April 2020, 02:05:11 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent 8708864
Raw File
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top