Revision 59fc6c7f43054d0dff1f7cbe0e4c2fc19c92e06c authored by Alex Foster on 27 November 2020, 20:28:17 UTC, committed by Bryna Hazelton on 07 December 2020, 17:59:47 UTC
1 parent 52002b1
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