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 dd6e504 commit 1127517Copy full SHA for 1127517
pyproject.toml
@@ -9,18 +9,18 @@ authors = [
9
readme = "README.md"
10
requires-python = ">=3.11"
11
dependencies = [
12
- "torch (>=2.6.0,<3.0.0)",
13
- "torchvision (>=0.21.0,<0.22.0)",
+ "torch (>=2.4.0,<3.0.0)",
+ "torchvision (>=0.20.0,<0.22.0)",
14
"onnx (>=1.17.0,<2.0.0)",
15
- "numpy (>=2.2.4,<3.0.0)",
16
- "matplotlib (>=3.10.1,<4.0.0)",
+ "numpy (>=2.2.0,<3.0.0)",
+ "matplotlib (>=3.10,<4.0.0)",
17
"netron (>=8.2.1,<9.0.0)",
18
"openml (>=0.15.1,<0.16.0)",
19
"tqdm (>=4.67.1,<5.0.0)",
20
"scikit-learn (>=1.6.1,<2.0.0)",
21
"scipy (>=1.15.2,<2.0.0)",
22
- "pandas (>=2.2.3,<3.0.0)",
23
- "tensorboard (>=2.19.0,<3.0.0)",
+ "pandas (>=2.2.0,<3.0.0)",
+ "tensorboard (>=2.18.0,<3.0.0)",
24
"mknotebooks (>=0.8.0,<0.9.0)",
25
"mkdocstrings-python (>=1.16.7,<2.0.0)",
26
"mkdocs-redirects (>=1.2.2,<2.0.0)",
0 commit comments