Skip to content

Commit 76ca2bb

Browse files
authored
Update to TileDB Core 2.25.0 (#465)
Update to TileDB Core 2.25.0.
1 parent 7adba24 commit 76ca2bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.30.2",
22+
"tiledb>=0.31.0",
2323
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
2424
"scikit-learn",
2525
"numpy<2.0.0",

src/cmake/Modules/FindTileDB_EP.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ else()
5757
# - Copy the release hash from the `releases.csv.sha256` file in the release.
5858
if(DOWNLOAD_TILEDB_PREBUILT)
5959
fetch_prebuilt_tiledb(
60-
VERSION 2.24.2
61-
RELLIST_HASH SHA256=ecc2ba2ce4041884a273707b80caf24db55a9b2f8b649b518e90940211f9f1ca
60+
VERSION 2.25.0
61+
RELLIST_HASH SHA256=398a1da194a59817b6f354b3232f6575c97c350d6dc792de54c529162e30763c
6262
)
6363
else() # Build from source
6464
fetch_source_tiledb(
65-
VERSION 2.24.2
66-
RELLIST_HASH SHA256=ecc2ba2ce4041884a273707b80caf24db55a9b2f8b649b518e90940211f9f1ca
65+
VERSION 2.25.0
66+
RELLIST_HASH SHA256=398a1da194a59817b6f354b3232f6575c97c350d6dc792de54c529162e30763c
6767
)
6868
endif()
6969

0 commit comments

Comments
 (0)