https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: d3bca4162bd516be6f4117b46b993dfcc93fdc1d authored by Paul La Plante on 10 February 2022, 00:52:48 UTC
Update changelog for new release
Tip revision: d3bca41
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