Skip to content

Commit f85efcb

Browse files
ihnortonShelnutt2
authored andcommitted
Add pyproject dependency on scikit-learn
It is a de-facto requirement due to use in ingestion. We might relax it to optional again if we have better import guards with a clear message.
1 parent 03a84a0 commit f85efcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apis/python/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ classifiers = [
2121
dependencies = [
2222
"tiledb-cloud>=0.10.5",
2323
"tiledb>=0.15.2",
24-
"typing-extensions" # for tiledb-cloud indirect
24+
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
25+
"scikit-learn",
2526
]
2627

2728
[project.optional-dependencies]
28-
test = ["pytest", "scikit-learn", "tiledb-cloud"]
29+
test = ["pytest"]
2930

3031

3132
[project.urls]

0 commit comments

Comments
 (0)