Skip to content

Commit

Permalink
Increment TileDB core version to 2.22.0 (#335)
Browse files Browse the repository at this point in the history
Increment TileDB core version to 2.22.0

* update tiledb-py version to 0.28.0
  • Loading branch information
jparismorgan authored Apr 17, 2024
1 parent 9013853 commit d821ebc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apis/python/requirements-py.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.24.3
tiledb-cloud==0.10.24
tiledb==0.27.0
tiledb==0.28.0
scikit-learn==1.3.2
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.27.0",
"tiledb>=0.28.0",
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
"scikit-learn",
]
Expand Down
4 changes: 2 additions & 2 deletions src/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ else()

# Try to download prebuilt artifacts unless the user specifies to build from source
if(DOWNLOAD_TILEDB_PREBUILT)
fetch_prebuilt_tiledb(VERSION 2.21.1)
fetch_prebuilt_tiledb(VERSION 2.22.0)
else() # Build from source
fetch_source_tiledb(VERSION 2.21.1)
fetch_source_tiledb(VERSION 2.22.0)
endif()

list(APPEND FORWARD_EP_CMAKE_ARGS -DEP_TILEDB_BUILT=TRUE)
Expand Down

0 comments on commit d821ebc

Please sign in to comment.