Skip to content

Commit 88a2f56

Browse files
authored
Depend on TileDB-Py 0.17.5 (#394)
1 parent 64ae175 commit 88a2f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_requires =
3535
pyarrow
3636
scanpy
3737
scipy
38-
tiledb>=0.17.4
38+
tiledb>=0.17.5
3939
python_requires = >3.7
4040

4141
[options.extras_require]

apis/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def run(self):
115115
"pyarrow",
116116
"scanpy",
117117
"scipy",
118-
"tiledb>=0.17.0",
118+
"tiledb>=0.17.5",
119119
],
120120
python_requires=">=3.7",
121121
ext_modules=get_ext_modules(),

0 commit comments

Comments
 (0)