Revision 8df3f157a37b8dc392d5ee5554ae59027501436c authored by Bryna Hazelton on 12 February 2020, 23:37:45 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 250d1ec
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