Revision 7375209ffa5992e69e94e7fa040e321e9dfe3a33 authored by Matthew Kolopanis on 29 July 2020, 17:10:37 UTC, committed by Bryna Hazelton on 06 August 2020, 17:44:09 UTC
1 parent 74f0641
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