Revision 8739f302b028df0014a118235284f80594c4f5ae authored by Bryna Hazelton on 14 October 2020, 20:19:25 UTC, committed by Jonathan Pober on 05 November 2020, 11:33:58 UTC
1 parent 8105344
Raw File
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - 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