Revision 46f310ec3119aa66ae47659aa3d07b853239f0c9 authored by Matthew Kolopanis on 29 April 2020, 14:58:59 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent 160c287
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