https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dfdb0a2a611d1d2139f2397459f80a8e4eb8a50d authored by Dara Storer on 15 July 2020, 16:37:24 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent f0024b7
Raw File
Tip revision: dfdb0a2a611d1d2139f2397459f80a8e4eb8a50d authored by Dara Storer on 15 July 2020, 16:37:24 UTC
Filter warning
Tip revision: dfdb0a2
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