Revision 2a64856309050e658220877cb03637f01da9959f authored by Dara Storer on 12 March 2020, 17:56:51 UTC, committed by Bryna Hazelton on 16 March 2020, 00:34:29 UTC
1 parent a4e3993
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