Skip to content

Commit

Permalink
Update to TileDB Core 2.24.1 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan authored Jul 2, 2024
1 parent 6d908ce commit 8f5a7fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/python/requirements-py.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.24.3
tiledb-cloud==0.10.24
tiledb==0.30.0
tiledb==0.30.1
scikit-learn==1.3.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [

dependencies = [
"tiledb-cloud>=0.11",
"tiledb>=0.30.0",
"tiledb>=0.30.1",
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
"scikit-learn",
"numpy<2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions src/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ else()
# Try to download prebuilt artifacts unless the user specifies to build from source
if(DOWNLOAD_TILEDB_PREBUILT)
fetch_prebuilt_tiledb(
VERSION 2.24.0
RELLIST_HASH SHA256=e5aa7e6d747bb956730e438d0b29c90096226d4a553c26c5cb9161680f1d489c
VERSION 2.24.1
RELLIST_HASH SHA256=76d4deebd42afd059729fac7f13b172e1187ab43b8e3d2404f0328a47221a231
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.24.0
RELLIST_HASH SHA256=e5aa7e6d747bb956730e438d0b29c90096226d4a553c26c5cb9161680f1d489c
VERSION 2.24.1
RELLIST_HASH SHA256=76d4deebd42afd059729fac7f13b172e1187ab43b8e3d2404f0328a47221a231
)
endif()

Expand Down

0 comments on commit 8f5a7fc

Please sign in to comment.