From 1e1e6912b6497dcd0b401cd46294130e68fb6ff7 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 20 Jun 2022 11:25:57 -0400 Subject: [PATCH] Depend on TileDB-Py 0.15.5 (#166) --- apis/python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/python/setup.cfg b/apis/python/setup.cfg index 1f2883c976..0f67d056a4 100644 --- a/apis/python/setup.cfg +++ b/apis/python/setup.cfg @@ -30,7 +30,7 @@ packges = tiledbsc platforms = any zip_safe = False install_requires = - tiledb>=0.15.2 + tiledb>=0.15.5 scipy pandas pyarrow