From 8300224739791a08905a0741a1a460ae73fa6dc4 Mon Sep 17 00:00:00 2001 From: Nikos Papailiou Date: Tue, 18 Jun 2024 11:23:46 +0300 Subject: [PATCH] Pin numpy to fix Python CI failures --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ee4deb560..f693f5c09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "tiledb>=0.30.0", "typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428 "scikit-learn", + "numpy<2.0.0", ] [project.optional-dependencies]