Revision dfea90cd927ce79e8db9dd977c75e47364530259 authored by Christopher Moriarty on 30 July 2020, 15:41:26 UTC, committed by Christopher Moriarty on 30 July 2020, 15:41:26 UTC
1 parent 48128cb
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