Skip to content

Commit 93317e0

Browse files
authored
Update setuptools (#4766)
1 parent 1275a2d commit 93317e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,15 @@ dependencies = [
3939
"einops==0.8.1",
4040
"decord==0.6.0",
4141
"typeguard>=4.3,<4.5",
42-
# TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126
43-
"setuptools<70",
42+
"setuptools==78.1.1",
4443
"lightning==2.4.0",
4544
"torchmetrics==1.6.0",
4645
"pytorchcv==0.0.67",
4746
"timm==1.0.3",
4847
"openvino==2025.2",
4948
"openvino-model-api==0.3.0.2",
5049
"onnx==1.17.0",
51-
"onnxconverter-common==1.14.0",
50+
"onnxconverter-common==1.16.0",
5251
"nncf==2.17.0",
5352
"anomalib[core]==1.1.3",
5453
]

0 commit comments

Comments
 (0)