https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 6694e4e7426f41d8493145e3d61b49eba9dca0a9 authored by Bryna Hazelton on 21 July 2021, 15:54:00 UTC
update the changelog for v2.2.1
Tip revision: 6694e4e
hera_qm.yml
name: hera_qm
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy>=4.2.1
  - astropy-healpix
  - h5py
  - matplotlib
  - numpy
  - pip
  - pyephem
  - pytest
  - pytest-cov
  - pyyaml
  - scikit-learn
  - scipy
  - setuptools_scm
  - pip:
    - git+https://github.com/HERA-Team/omnical.git
    - git+https://github.com/HERA-Team/uvtools.git
    - git+https://github.com/HERA-Team/hera_cal.git
back to top