Skip to content

Commit 101a608

Browse files
authored
Bump libtiledb version to 2.29.1 (#587)
1 parent 6f27485 commit 101a608

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
@@ -20,7 +20,7 @@ classifiers = [
2020
# These are the runtime depdendencies.
2121
dependencies = [
2222
"tiledb-cloud>=0.11",
23-
"tiledb>=0.34.0",
23+
"tiledb>=0.35.1",
2424
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
2525
"scikit-learn",
2626
"numpy>=1.25.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.29.0
61-
RELLIST_HASH SHA256=dcd46ae9fe9fee00bfd9b92f83606b73135c90df46e3246603d06074e28c7e99
60+
VERSION 2.29.1
61+
RELLIST_HASH SHA256=fb78a3e36570b4b4ca603a1752979de36ab1fe0904bc1ec5236c03ab2b34c8c1
6262
)
6363
else() # Build from source
6464
fetch_source_tiledb(
65-
VERSION 2.29.0
66-
RELLIST_HASH SHA256=dcd46ae9fe9fee00bfd9b92f83606b73135c90df46e3246603d06074e28c7e99
65+
VERSION 2.29.1
66+
RELLIST_HASH SHA256=fb78a3e36570b4b4ca603a1752979de36ab1fe0904bc1ec5236c03ab2b34c8c1
6767
)
6868
endif()
6969

0 commit comments

Comments
 (0)