From 7160d0faeda408d246e6948f2cc28ec253883375 Mon Sep 17 00:00:00 2001 From: kj55-dev Date: Sat, 10 Jan 2026 05:27:54 +0000 Subject: [PATCH] fix: relax numpy version constraint to >=1.26.0 (#337) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71ec2c5..41d30f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.10" requests = "^2.31.0" beautifulsoup4 = "^4.12.2" pandas = "^2.1.0" -NUMPY = "1.26.3" +numpy = ">=1.26.0" pydantic = "^2.3.0" tls-client = "^1.0.1" markdownify = "^1.1.0"