Revision 7c00c9305d0a7bbbbe62dc0542e1827fad99a20d authored by Bryna Hazelton on 21 May 2020, 22:30:05 UTC, committed by Matthew Kolopanis on 10 July 2020, 20:12:49 UTC
1 parent 96675ed
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