Revision 31379f75648ba9b8c0947cf5bbc442d7b8ffde13 authored by Dara Storer on 03 July 2020, 19:26:58 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 1896712
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