File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 92
92
#pip uninstall -y tiledb.vector_search
93
93
#pip install -e .
94
94
#pytest
95
- pip install -r test/ipynb/requirements.txt
95
+ pip install -r test/ipynb/requirements.txt numpy==1.25.0
96
96
export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
97
97
pytest -n logical --durations=0 --nbmake test/ipynb
98
98
env :
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ else()
57
57
# - Copy the release hash from the `releases.csv.sha256` file in the release.
58
58
if (DOWNLOAD_TILEDB_PREBUILT)
59
59
fetch_prebuilt_tiledb(
60
- VERSION 2.26.2
61
- RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
60
+ VERSION 2.27.0
61
+ RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
62
62
)
63
63
else () # Build from source
64
64
fetch_source_tiledb(
65
- VERSION 2.26.2
66
- RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
65
+ VERSION 2.27.0
66
+ RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
67
67
)
68
68
endif ()
69
69
You can’t perform that action at this time.
0 commit comments