Revision 53a0ec1f2cb5e101c514697f45dbb96d0dd687d8 authored by Garrett Keating on 07 August 2020, 18:37:01 UTC, committed by Garrett Keating on 07 August 2020, 18:37:01 UTC
1 parent 47066bb
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