Revision b5f735a328c1d3030fd7287546f79d90b6c5b60d authored by Bryna Hazelton on 09 June 2020, 22:21:37 UTC, committed by Matthew Kolopanis on 11 June 2020, 14:57:44 UTC
1 parent 91878c5
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