From c18d1cb4925cc2f619524de163ad75a9f7549654 Mon Sep 17 00:00:00 2001 From: Steven Murray Date: Mon, 15 Jul 2024 18:33:25 +0200 Subject: [PATCH] maint: require github versions of test deps --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",