Revision 73e2d7f7e8f2f0bbd1e3e8d04eb259c0f2725b05 authored by Bryna Hazelton on 26 February 2020, 21:09:03 UTC, committed by Matthew Kolopanis on 28 February 2020, 18:15:44 UTC
1 parent 953e68e
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