Skip to content

Commit bdc82ef

Browse files
fix(deps): update dependency numpy to <=2.4.1
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | numpy | 2.3.5 | 2.4.1 |
1 parent 7a2e80f commit bdc82ef

File tree

2 files changed

+2608
-2631
lines changed

2 files changed

+2608
-2631
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"pandas>=2.2.3,<3.0.0",
2626
"fsspec[s3]>=2023.1.0,<=2025.12.0",
2727
"optuna>=4.5.0,<5.0.0",
28-
"numpy<=2.3.5", # 3.10 support was dropped in 2.3.0
28+
"numpy<=2.4.1", # 3.10 support was dropped in 2.3.0
2929
"universal-pathlib>=0.3.3,<0.4.0",
3030
"loguru>=0.7.3",
3131
"python-jsonpath>=2.0.1",

0 commit comments

Comments
 (0)