https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: d5515e11b331a26e14ead3c2bd2bd0cb19220596 authored by Bryna Hazelton on 14 October 2021, 22:50:31 UTC
update the changelog for a new version
Tip revision: d5515e1
hera_cal.yml
name: hera_cal
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy>=4.2.1
  - astropy-healpix
  - cached-property
  - h5py
  - pyerfa>=2.0
  - matplotlib
  - numpy
  - pandas
  - pip
  - pytest
  - pytest-cov
  - pyyaml
  - scikit-learn
  - scipy
  - setuptools_scm
  - pip:
    - git+https://github.com/HERA-Team/linsolve.git
    - git+https://github.com/HERA-Team/hera_qm.git
    - git+https://github.com/HERA-Team/uvtools.git
    - git+https://github.com/HERA-Team/hera_sim.git
    - pyuvsim
    - pyradiosky
back to top