diff --git a/setup.py b/setup.py index 10f609cd8..35883c589 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def package_files(package_dir, subdirectory): 'hdf5plugin', 'astropy', 'astropy-healpix', - 'pyuvdata>=3', + 'pyuvdata>=3 @ git+https://github.com/RadioAstronomySoftwareGroup/pyuvdata', 'linsolve', 'hera_qm>=2.2.0', 'scikit-learn', @@ -74,7 +74,7 @@ def package_files(package_dir, subdirectory): "pytest", "pre-commit", "pytest-cov", - "hera_sim", + "hera_sim @ git+https://github.com/hera-team/hera_sim", "pytest-xdist", "hypothesis", "ruff",