Skip to content

Commit

Permalink
(fix): use https
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Nov 15, 2024
1 parent b547a2c commit fb686af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test = [
"pytest_memray",
"pytest-mock",
"anndata[dask]",
"numba @ git+ssh://[email protected]/numba/numba"
"numba @ git+https://[email protected]/numba/numba"
]
dev-test = ["pytest-xdist"] # local test speedups
gpu = ["cupy"]
Expand Down

0 comments on commit fb686af

Please sign in to comment.