Revision 9818a2267cbce5182374bd35635f39c272af0560 authored by Matthew Kolopanis on 28 April 2020, 20:54:37 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent b748cf0
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
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top