Revision 879e978919a4278f2f2e67398626a5061ce0c72f authored by Bryna Hazelton on 29 February 2020, 02:22:33 UTC, committed by Bryna Hazelton on 04 March 2020, 22:55:35 UTC
1 parent 7467b4a
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