Skip to content

Commit 5cd3c9b

Browse files
fix(deps): update dependency numpy to <=2.3.5 (#179)
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | numpy | 2.2.6 | 2.3.5 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent ae315f2 commit 5cd3c9b

File tree

2 files changed

+96
-17
lines changed

2 files changed

+96
-17
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"pandas>=2.2.3,<3.0.0",
1717
"fsspec[s3]>=2025.10.0,<=2025.10.0",
1818
"optuna>=4.5.0,<5.0.0",
19-
"numpy<=2.2.6", # 3.10 support was dropped in 2.3.0
19+
"numpy<=2.3.5", # 3.10 support was dropped in 2.3.0
2020
"universal-pathlib>=0.3.3,<0.4.0",
2121
"loguru>=0.7.3",
2222
"python-jsonpath>=2.0.1",

0 commit comments

Comments
 (0)