We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbf62f commit c4a2b21Copy full SHA for c4a2b21
pyproject.toml
@@ -18,7 +18,7 @@ dependencies = [
18
"cyclopts>=3.22.2,<4.0.0",
19
"rigging>=3.2.1,<4.0.0",
20
"optuna>=4.5.0,<5.0.0",
21
- "numpy<=2.2.6", # 3.10 support was dropped in 2.3.0
+ "numpy<=2.3.3", # 3.10 support was dropped in 2.3.0
22
"universal-pathlib>=0.2.6,<0.3.0",
23
"loguru>=0.7.3",
24
]
0 commit comments