https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb87678817574447875076a698318e259bbdffe2 authored by Will S on 12 October 2020, 00:55:31 UTC, committed by Jonathan Pober on 14 October 2020, 15:10:55 UTC
1 parent ed6d5f9
Raw File
Tip revision: cb87678817574447875076a698318e259bbdffe2 authored by Will S on 12 October 2020, 00:55:31 UTC
changelog update.
Tip revision: cb87678
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