Skip to content

Commit 8f5a7fc

Browse files
authored
Update to TileDB Core 2.24.1 (#431)
1 parent 6d908ce commit 8f5a7fc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.30.0
3+
tiledb==0.30.1
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.30.0",
22+
"tiledb>=0.30.1",
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
@@ -54,13 +54,13 @@ else()
5454
# Try to download prebuilt artifacts unless the user specifies to build from source
5555
if(DOWNLOAD_TILEDB_PREBUILT)
5656
fetch_prebuilt_tiledb(
57-
VERSION 2.24.0
58-
RELLIST_HASH SHA256=e5aa7e6d747bb956730e438d0b29c90096226d4a553c26c5cb9161680f1d489c
57+
VERSION 2.24.1
58+
RELLIST_HASH SHA256=76d4deebd42afd059729fac7f13b172e1187ab43b8e3d2404f0328a47221a231
5959
)
6060
else() # Build from source
6161
fetch_source_tiledb(
62-
VERSION 2.24.0
63-
RELLIST_HASH SHA256=e5aa7e6d747bb956730e438d0b29c90096226d4a553c26c5cb9161680f1d489c
62+
VERSION 2.24.1
63+
RELLIST_HASH SHA256=76d4deebd42afd059729fac7f13b172e1187ab43b8e3d2404f0328a47221a231
6464
)
6565
endif()
6666

0 commit comments

Comments
 (0)