Revision 4745b70a15008c9263108cda466a4ccceb8d782f authored by Bryna Hazelton on 15 April 2020, 19:35:10 UTC, committed by Bryna Hazelton on 24 April 2020, 00:13:57 UTC
1 parent 7e79934
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