From 6eec0053b82e1f7c6063ca78ee245700236029cc Mon Sep 17 00:00:00 2001 From: Daniela Ruz Date: Wed, 26 Jun 2024 15:27:15 +0100 Subject: [PATCH] Limit NumPy version due to incompatibility with pandas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f93342..6080fac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ 'fastavro', 'hdfs', 'matplotlib', - 'numpy>2.0.0', + 'numpy>=1.26.4', 'packaging', 'pandas>=1.5.0', 'scipy',