Revision ecdef3e8c1884a84bf0684215f823abecf6b8e00 authored by Paul La Plante on 20 February 2020, 18:53:32 UTC, committed by Matthew Kolopanis on 20 February 2020, 21:04:45 UTC
1 parent 58e6116
Raw File
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top