Revision c02e449e02a62b21343a615428c618f251504e3b authored by Bryna Hazelton on 25 March 2020, 00:04:15 UTC, committed by Paul La Plante on 25 March 2020, 15:04:36 UTC
1 parent 9623744
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