Revision 4bfe13c0dab4fc96d84c189ca605007d66355ffa authored by Paul La Plante on 11 May 2020, 17:44:05 UTC, committed by Paul La Plante on 02 June 2020, 18:57:13 UTC
1 parent 82267c2
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