Skip to content

Commit

Permalink
TileDB-Py 0.26 and TileDB-R 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Feb 20, 2024
1 parent a627b2d commit b04132c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def run(self):
"scanpy>=1.9.2",
"scipy",
"somacore==1.0.7",
"tiledb~=0.25.0",
"tiledb~=0.26.0",
"typing-extensions", # Note "-" even though `import typing_extensions`
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion apis/r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Imports:
Matrix,
stats,
bit64,
tiledb (>= 0.23.0),
tiledb (>= 0.24.0),
arrow,
utils,
fs,
Expand Down

0 comments on commit b04132c

Please sign in to comment.