Revision 96e68bb74410353209633c60fe78ecdbfc2e57db authored by Nicholas Kern on 20 August 2020, 21:00:17 UTC, committed by Nicholas Kern on 23 August 2020, 18:04:50 UTC
1 parent 62ae7fc
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