Skip to content

Commit

Permalink
Bump to TileDB version to 2.27.0 (#559)
Browse files Browse the repository at this point in the history
* Update to 2.27.0

---------

Co-authored-by: Dušan Baran <[email protected]>
Co-authored-by: Isaiah Norton <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent b719a68 commit f45eff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
#pip uninstall -y tiledb.vector_search
#pip install -e .
#pytest
pip install -r test/ipynb/requirements.txt
pip install -r test/ipynb/requirements.txt numpy==1.25.0
export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
pytest -n logical --durations=0 --nbmake test/ipynb
env:
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.26.2
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
VERSION 2.27.0
RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.26.2
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
VERSION 2.27.0
RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
)
endif()

Expand Down

0 comments on commit f45eff3

Please sign in to comment.