From 2700f60f0a743ac21dafe51b2859747a899b6c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20P=C3=A9r=C3=A9?= Date: Tue, 18 Jun 2024 10:33:41 +0200 Subject: [PATCH] fix(ci): ensures the numpy version is inferior to 2.0 --- frontends/concrete-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/concrete-python/requirements.txt b/frontends/concrete-python/requirements.txt index 1d612353fd..298354dd94 100644 --- a/frontends/concrete-python/requirements.txt +++ b/frontends/concrete-python/requirements.txt @@ -1,7 +1,7 @@ importlib-resources>=6.1 jsonpickle>=3.0.3 networkx>=2.6 -numpy>=1.23 +numpy>=1.23,<2.0 scipy>=1.10 torch>=1.13 z3-solver>=4.12