https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6a61e9eb1aba53a573c816529b133b9ac5b02db7 authored by Bryna Hazelton on 08 April 2020, 16:08:37 UTC, committed by Matthew Kolopanis on 11 June 2020, 14:57:44 UTC
1 parent f7497fa
Raw File
Tip revision: 6a61e9eb1aba53a573c816529b133b9ac5b02db7 authored by Bryna Hazelton on 08 April 2020, 16:08:37 UTC
start work on averaging over redundant groups
Tip revision: 6a61e9e
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