Revision 62ae7fc5752ccb1f1f778e691034d74d7433a551 authored by Nicholas Kern on 20 August 2020, 20:55:38 UTC, committed by Nicholas Kern on 23 August 2020, 18:04:50 UTC
1 parent 7769995
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