Revision 0eeee3093325e8a5d950dfe6059062a7d88f1cb4 authored by Bryna Hazelton on 17 March 2021, 19:43:11 UTC, committed by Paul La Plante on 30 March 2021, 19:16:52 UTC
1 parent e7bf4b8
Raw File
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top