Skip to content

Commit c4a2b21

Browse files
fix(deps): update dependency numpy to <=2.3.3
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | numpy | 2.2.6 | 2.3.3 |
1 parent ccbf62f commit c4a2b21

File tree

2 files changed

+2582
-2515
lines changed

2 files changed

+2582
-2515
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"cyclopts>=3.22.2,<4.0.0",
1919
"rigging>=3.2.1,<4.0.0",
2020
"optuna>=4.5.0,<5.0.0",
21-
"numpy<=2.2.6", # 3.10 support was dropped in 2.3.0
21+
"numpy<=2.3.3", # 3.10 support was dropped in 2.3.0
2222
"universal-pathlib>=0.2.6,<0.3.0",
2323
"loguru>=0.7.3",
2424
]

0 commit comments

Comments
 (0)