From abae29f84ec9ce66e1ca1aba06043db621c282dc Mon Sep 17 00:00:00 2001 From: Wojciech Bochniarz Date: Mon, 13 Jan 2025 13:39:37 +0100 Subject: [PATCH] removed 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