File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments