Skip to content

Commit f45eff3

Browse files
dudoslavihnorton
andauthored
Bump to TileDB version to 2.27.0 (#559)
* Update to 2.27.0 --------- Co-authored-by: Dušan Baran <[email protected]> Co-authored-by: Isaiah Norton <[email protected]>
1 parent b719a68 commit f45eff3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
#pip uninstall -y tiledb.vector_search
9393
#pip install -e .
9494
#pytest
95-
pip install -r test/ipynb/requirements.txt
95+
pip install -r test/ipynb/requirements.txt numpy==1.25.0
9696
export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
9797
pytest -n logical --durations=0 --nbmake test/ipynb
9898
env:

src/cmake/Modules/FindTileDB_EP.cmake

+4-4
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.26.2
61-
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
60+
VERSION 2.27.0
61+
RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
6262
)
6363
else() # Build from source
6464
fetch_source_tiledb(
65-
VERSION 2.26.2
66-
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
65+
VERSION 2.27.0
66+
RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
6767
)
6868
endif()
6969

0 commit comments

Comments
 (0)