Skip to content

Commit 1127517

Browse files
trying to switch to poetry
1 parent dd6e504 commit 1127517

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ authors = [
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"torch (>=2.6.0,<3.0.0)",
13-
"torchvision (>=0.21.0,<0.22.0)",
12+
"torch (>=2.4.0,<3.0.0)",
13+
"torchvision (>=0.20.0,<0.22.0)",
1414
"onnx (>=1.17.0,<2.0.0)",
15-
"numpy (>=2.2.4,<3.0.0)",
16-
"matplotlib (>=3.10.1,<4.0.0)",
15+
"numpy (>=2.2.0,<3.0.0)",
16+
"matplotlib (>=3.10,<4.0.0)",
1717
"netron (>=8.2.1,<9.0.0)",
1818
"openml (>=0.15.1,<0.16.0)",
1919
"tqdm (>=4.67.1,<5.0.0)",
2020
"scikit-learn (>=1.6.1,<2.0.0)",
2121
"scipy (>=1.15.2,<2.0.0)",
22-
"pandas (>=2.2.3,<3.0.0)",
23-
"tensorboard (>=2.19.0,<3.0.0)",
22+
"pandas (>=2.2.0,<3.0.0)",
23+
"tensorboard (>=2.18.0,<3.0.0)",
2424
"mknotebooks (>=0.8.0,<0.9.0)",
2525
"mkdocstrings-python (>=1.16.7,<2.0.0)",
2626
"mkdocs-redirects (>=1.2.2,<2.0.0)",

0 commit comments

Comments
 (0)