Skip to content

Commit d821ebc

Browse files
authored
Increment TileDB core version to 2.22.0 (#335)
Increment TileDB core version to 2.22.0 * update tiledb-py version to 0.28.0
1 parent 9013853 commit d821ebc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apis/python/requirements-py.txt

Lines changed: 1 addition & 1 deletion
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.27.0
3+
tiledb==0.28.0
44
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.27.0",
22+
"tiledb>=0.28.0",
2323
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
2424
"scikit-learn",
2525
]

src/cmake/Modules/FindTileDB_EP.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ else()
5353

5454
# Try to download prebuilt artifacts unless the user specifies to build from source
5555
if(DOWNLOAD_TILEDB_PREBUILT)
56-
fetch_prebuilt_tiledb(VERSION 2.21.1)
56+
fetch_prebuilt_tiledb(VERSION 2.22.0)
5757
else() # Build from source
58-
fetch_source_tiledb(VERSION 2.21.1)
58+
fetch_source_tiledb(VERSION 2.22.0)
5959
endif()
6060

6161
list(APPEND FORWARD_EP_CMAKE_ARGS -DEP_TILEDB_BUILT=TRUE)

0 commit comments

Comments
 (0)