From fb686af57de5ea3d9022be3973e26caec6c12a30 Mon Sep 17 00:00:00 2001 From: ilan-gold Date: Fri, 15 Nov 2024 14:18:31 +0100 Subject: [PATCH] (fix): use `https` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 471c33c82..261da1b3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ test = [ "pytest_memray", "pytest-mock", "anndata[dask]", - "numba @ git+ssh://git@github.com/numba/numba" + "numba @ git+https://git@github.com/numba/numba" ] dev-test = ["pytest-xdist"] # local test speedups gpu = ["cupy"]