Skip to content

Commit 876f01d

Browse files
authored
Downgrade scikit-learn dependency version to 1.6
1 parent 3fd8538 commit 876f01d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires-python = ">=3.9"
3131
dependencies = [
3232
"numpy >= 1.23",
3333
"scipy >= 1.3.1",
34-
"scikit-learn >= 1.8",
34+
"scikit-learn >= 1.6",
3535
"numba >= 0.51.2",
3636
"pynndescent >= 0.5",
3737
"tqdm",
@@ -66,4 +66,4 @@ packages = ["umap"]
6666
zip-safe = false
6767

6868
[tool.setuptools.package-data]
69-
"*" = ["*.pyx", "*.pxd"]
69+
"*" = ["*.pyx", "*.pxd"]

0 commit comments

Comments
 (0)