From fb057ec95cd2b3ab83a629488c5b0d2c52943a8a Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Wed, 10 Jul 2024 16:09:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20added=20upper=20numpy=20cap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ba8bb87..04ac69f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "docplex>=2.21.207", "dwave-system>=1.21.0", "dwave-samplers>=1.2.0", + "numpy<2.0.0" ] classifiers = [