We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a84a0 commit f85efcbCopy full SHA for f85efcb
apis/python/pyproject.toml
@@ -21,11 +21,12 @@ classifiers = [
21
dependencies = [
22
"tiledb-cloud>=0.10.5",
23
"tiledb>=0.15.2",
24
- "typing-extensions" # for tiledb-cloud indirect
+ "typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
25
+ "scikit-learn",
26
]
27
28
[project.optional-dependencies]
-test = ["pytest", "scikit-learn", "tiledb-cloud"]
29
+test = ["pytest"]
30
31
32
[project.urls]
0 commit comments