Skip to content

Commit 6530a06

Browse files
Pin numpy to fix Python CI failures (#419)
1 parent 82cc11e commit 6530a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"tiledb>=0.30.0",
2323
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
2424
"scikit-learn",
25+
"numpy<2.0.0",
2526
]
2627

2728
[project.optional-dependencies]

0 commit comments

Comments
 (0)