From 54af5f69604fe5ffc82050033d3a65f1f925d852 Mon Sep 17 00:00:00 2001 From: Germana Baldi Date: Thu, 27 Jun 2024 14:47:46 +0100 Subject: [PATCH] Identified a compatible version of numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f02550..82527f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests==2.26.0", "pandas==1.4.1", "python-dotenv==1.0.1", - "numpy==1.26.4" + "numpy==1.24.4" ] [project.urls]