Revision cf59c006527c12ac70f59a990cf4c42671c23d5c authored by Bryna Hazelton on 05 August 2020, 15:43:25 UTC, committed by Bryna Hazelton on 05 August 2020, 22:07:05 UTC
1 parent b2e663e
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