https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 09e113445e2536aadf766e652eb76ab12b0a5211 authored by Paul La Plante on 19 October 2021, 01:32:19 UTC
Fix version specification for github actions
Tip revision: 09e1134
hera_qm.yml
name: hera_qm
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy>=4.2.1
  - astropy-healpix
  - h5py
  - pyerfa>=2.0
  - 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