Skip to content

Commit 21e7e16

Browse files
ihnortondudoslav
authored andcommitted
Release 0.0.22 against TileDB-Py 0.26 / TileDB 2.19
1 parent 209dafa commit 21e7e16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apis/python/requirements-py.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==1.24.3
22
tiledb-cloud==0.10.24
3-
tiledb==0.26.0
4-
scikit-learn==1.3.2
3+
tiledb>=0.26
4+
scikit-learn==1.3.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
dependencies = [
2121
"tiledb-cloud>=0.11",
22-
"tiledb>=0.26.0",
22+
"tiledb>=0.25.0",
2323
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
2424
"scikit-learn",
2525
]

0 commit comments

Comments
 (0)