From 4df642cc293a1096b356627156e59b158f28c558 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 21 Sep 2024 12:24:10 -0400 Subject: [PATCH] Set numpy < 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96fb4c6..930e952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "Werkzeug ==2.3.8", "requests ==2.31.0", "redis ==4.4.4", - "numpy<2", + "numpy <2", "prometheus-client ==0.15.0", "polib ==1.1.1", "packaging ==23.1",