Revision 514f9f5ebfb7068e7f385c3b09c63324e380529e authored by Bryna Hazelton on 24 April 2020, 01:12:03 UTC, committed by Bryna Hazelton on 24 April 2020, 17:04:02 UTC
1 parent c33419e
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