File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ dependencies = [
39
39
" einops==0.8.0" ,
40
40
" decord==0.6.0" ,
41
41
" typeguard>=4.3,<4.5" ,
42
- " numba==0.60 .0" ,
42
+ " numba==0.61 .0" ,
43
43
# TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126
44
44
" setuptools<70" ,
45
45
]
46
46
47
47
[project .optional-dependencies ]
48
48
dev = [
49
- " tox==4.23.2 " ,
50
- " pre-commit==4.0.1 " ,
49
+ " tox==4.24.1 " ,
50
+ " pre-commit==4.1.0 " ,
51
51
" pylint" ,
52
52
" pytest" ,
53
53
" coverage" ,
@@ -89,7 +89,7 @@ base = [
89
89
]
90
90
91
91
transformers = [
92
- " transformers==4.48.0 " ,
92
+ " transformers==4.48.1 " ,
93
93
" diffusers==0.32.2" ,
94
94
" torchmetrics[image]>=0.7.0"
95
95
]
@@ -106,7 +106,7 @@ mmlab = [
106
106
]
107
107
108
108
ci_tox = [
109
- " tox==4.23.2 " ,
109
+ " tox==4.24.1 " ,
110
110
]
111
111
112
112
ci_publish = [
You can’t perform that action at this time.
0 commit comments