Revision aef67fb9c737e4b2683f768f68fad0fd1960ee4e authored by Matthew Kolopanis on 09 July 2020, 18:55:07 UTC, committed by Bryna Hazelton on 19 August 2020, 17:57:32 UTC
1 parent ba551d7
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