We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ae175 commit 88a2f56Copy full SHA for 88a2f56
apis/python/setup.cfg
@@ -35,7 +35,7 @@ install_requires =
35
pyarrow
36
scanpy
37
scipy
38
- tiledb>=0.17.4
+ tiledb>=0.17.5
39
python_requires = >3.7
40
41
[options.extras_require]
apis/python/setup.py
@@ -115,7 +115,7 @@ def run(self):
115
"pyarrow",
116
"scanpy",
117
"scipy",
118
- "tiledb>=0.17.0",
+ "tiledb>=0.17.5",
119
],
120
python_requires=">=3.7",
121
ext_modules=get_ext_modules(),
0 commit comments