Revision 19e70b4f21971cb9fe03963a215d0b316987ec8d authored by Bryna Hazelton on 04 March 2020, 00:48:54 UTC, committed by Bryna Hazelton on 04 March 2020, 22:55:35 UTC
1 parent 23aeac4
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