Skip to content

Commit 7160d0f

Browse files
fix: relax numpy version constraint to >=1.26.0 (#337)
1 parent 6e014cf commit 7160d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python = "^3.10"
2121
requests = "^2.31.0"
2222
beautifulsoup4 = "^4.12.2"
2323
pandas = "^2.1.0"
24-
NUMPY = "1.26.3"
24+
numpy = ">=1.26.0"
2525
pydantic = "^2.3.0"
2626
tls-client = "^1.0.1"
2727
markdownify = "^1.1.0"

0 commit comments

Comments
 (0)