Skip to content

Commit 61bc582

Browse files
Downgrade numpy dependency from 2.3.4 to 2.3.3
1 parent f4bf2c7 commit 61bc582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525

2626
[tool.poetry.dependencies]
2727
python = ">=3.10,<3.13"
28-
numpy = "^2.3.4"
28+
numpy = "^2.3.3"
2929
pandas = "^2.3.3"
3030
typer = "^0.19.2"
3131
click = "^8.3.0"

0 commit comments

Comments
 (0)