swh:1:snp:03e8cdabc80bf6f4ef54d117858809e20088601c
Raw File
Tip revision: 8aff1e24efb4d7adfa89c218af02404ef55af38a authored by Bryna Hazelton on 14 July 2021, 15:53:34 UTC
updates to make tests pass after rebase
Tip revision: 8aff1e2
hera_cal.yml
name: hera_cal
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy>=4.2.1
  - astropy-healpix
  - cached-property
  - h5py
  - 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