Revision 9825795491b6ccdaa90b8b417f6365eaac22211b authored by Bryna Hazelton on 24 June 2020, 22:55:54 UTC, committed by Matthew Kolopanis on 10 July 2020, 20:12:49 UTC
1 parent 7c00c93
Raw File
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top