From 1982f400c10e1b5611bc2d9775e8bf86df0ae09d Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Fri, 23 Aug 2024 13:48:16 -0400 Subject: [PATCH] remove numpy<2 constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 832d07931..80e64d872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pandas>=2.2", "jsonlines>=4.0.0", "aioitertools>=0.5.1", - "numpy>=1.17.3, <2", + "numpy>=1.17.3", "pyzmq>=25.1.1", "dnspython>=1.16.0", "sshtunnel>=0.1.5",