Revision fbca23c4815aed0befdb9485472b4ab9c9774dc0 authored by Mike Wilensky on 19 February 2020, 01:28:49 UTC, committed by Adam Beardsley on 19 February 2020, 17:36:06 UTC
1 parent 5bbff29
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