Revision 71b9cc25d2e32d67220a82bf9cc02e0c17f5a141 authored by Aaron Parsons on 14 October 2020, 18:20:59 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent cb87678
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