Revision c61ffa8741bdd7fd9198e42163b7774778c72570 authored by Adam Lanman on 15 April 2020, 23:26:51 UTC, committed by Adam Lanman on 16 April 2020, 22:07:00 UTC
1 parent c0c53ff
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