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 1275a2d commit 93317e0Copy full SHA for 93317e0
lib/pyproject.toml
@@ -39,16 +39,15 @@ dependencies = [
39
"einops==0.8.1",
40
"decord==0.6.0",
41
"typeguard>=4.3,<4.5",
42
- # TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126
43
- "setuptools<70",
+ "setuptools==78.1.1",
44
"lightning==2.4.0",
45
"torchmetrics==1.6.0",
46
"pytorchcv==0.0.67",
47
"timm==1.0.3",
48
"openvino==2025.2",
49
"openvino-model-api==0.3.0.2",
50
"onnx==1.17.0",
51
- "onnxconverter-common==1.14.0",
+ "onnxconverter-common==1.16.0",
52
"nncf==2.17.0",
53
"anomalib[core]==1.1.3",
54
]
0 commit comments