https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 3bec5a5484d28e0ee4f05b579c9e8853af2ff968 authored by Steven Murray on 15 February 2022, 22:39:19 UTC
docs: newline in changelog
Tip revision: 3bec5a5
hera_qm.yml
name: hera_qm
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy>=4.2.1
  - astropy-healpix
  - h5py>=3.0
  - numpy
  - matplotlib
  - pip
  - pyerfa>=2.0
  - 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
    - pytest-xdist
back to top