From 6da7ef3d3cee8b391f0b96f129c78e3a7e9534b2 Mon Sep 17 00:00:00 2001 From: "Jens V." <62656589+jensvog@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:46:00 +0200 Subject: [PATCH] Update numpy to version 2.0.1 Updating numpy to version 2.0.1 resolves installation issues with Python 3.12. The newest numpy version does not depend on distutils anymore, which was required before. Python 3.12 is shipped without distutils and that lead to problems during installation with the older numpy version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73a67a1..e43a8d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pandas>=2.0.3 beautifulsoup4>=4.12.2 requests>=2.31.0 selenium==4.18.1 -numpy==1.25.1 \ No newline at end of file +numpy==2.0.1