Revision 06e267258b748e37b6a37606e60b1b7cec1f8ebd authored by Bryna Hazelton on 18 March 2020, 17:42:25 UTC, committed by Bryna Hazelton on 19 March 2020, 21:27:10 UTC
1 parent b176926
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