From 45d1f64a177f8c3d6b62e2e8fa0424a42cb28111 Mon Sep 17 00:00:00 2001 From: wojciech-bochniarz-4ss <104755470+wojciech-bochniarz-4ss@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:06:01 +0100 Subject: [PATCH] Remove constraint for numpy version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dd61643..3511c13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ python_requires = >=3.10 install_requires = fourinsight-api pandas - numpy < 2.0.0 + numpy [options.packages.find] include = fourinsight.campaigns \ No newline at end of file