From 1ad4320afe7c507cf8c9f778fa092f2002da263f Mon Sep 17 00:00:00 2001 From: resting-dove Date: Thu, 5 Sep 2024 16:55:42 +0200 Subject: [PATCH] library uses np.infty which was removed in numpy 2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 144c405..a2f3671 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy >= 1.18.0; python_version >= '3.5' +numpy >= 1.18.0,<2.0; python_version >= '3.5' numpy == 1.16.4; python_version == '2.7' scipy >= 1.0.1; python_version >= '3.5'