Revision 06a34c124d54227624549e1aaf5991d9ed503283 authored by Matthew Kolopanis on 20 February 2020, 20:59:34 UTC, committed by Matthew Kolopanis on 20 February 2020, 22:48:26 UTC
1 parent 700c12e
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