From 99caf19baaec15adeb629b25ab01b322cc933ede Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis <36283973+kounelisagis@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:18:23 +0700 Subject: [PATCH] Bump TileDB-Py version to 0.33 (#562) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78b98ce92..b986056ad 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.3rc0", "typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428 "scikit-learn", "numpy>=1.25.0",