Skip to content

Commit

Permalink
Update to TileDB Core 2.25.0 (#465)
Browse files Browse the repository at this point in the history
Update to TileDB Core 2.25.0.
  • Loading branch information
jparismorgan authored Jul 26, 2024
1 parent 7adba24 commit 76ca2bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.2",
"tiledb>=0.31.0",
"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 @@ -57,13 +57,13 @@ else()
# - Copy the release hash from the `releases.csv.sha256` file in the release.
if(DOWNLOAD_TILEDB_PREBUILT)
fetch_prebuilt_tiledb(
VERSION 2.24.2
RELLIST_HASH SHA256=ecc2ba2ce4041884a273707b80caf24db55a9b2f8b649b518e90940211f9f1ca
VERSION 2.25.0
RELLIST_HASH SHA256=398a1da194a59817b6f354b3232f6575c97c350d6dc792de54c529162e30763c
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.24.2
RELLIST_HASH SHA256=ecc2ba2ce4041884a273707b80caf24db55a9b2f8b649b518e90940211f9f1ca
VERSION 2.25.0
RELLIST_HASH SHA256=398a1da194a59817b6f354b3232f6575c97c350d6dc792de54c529162e30763c
)
endif()

Expand Down

0 comments on commit 76ca2bb

Please sign in to comment.