From 66eb8c37ee71a6c2e4693be9822679c98ef0d2ae Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis Date: Tue, 14 Jan 2025 19:25:53 +0200 Subject: [PATCH] Bump TileDB-Py version to 0.33.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78b98ce92..e3ec02c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ # These are the runtime depdendencies. dependencies = [ "tiledb-cloud>=0.11", - "tiledb>=0.32.0", + "tiledb>=0.33.2", "typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428 "scikit-learn", "numpy>=1.25.0",