Skip to content

Commit cf6d4cc

Browse files
authored
Remove timm from exporters extra (#2299)
remove timm from required dependencies
1 parent ed70d27 commit cf6d4cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,18 @@
7171
],
7272
"exporters": [
7373
"onnx",
74-
"timm",
7574
"onnxruntime",
7675
"protobuf>=3.20.1",
7776
"transformers>=4.36,<4.53.0",
7877
],
7978
"exporters-gpu": [
8079
"onnx",
81-
"timm",
8280
"onnxruntime-gpu",
8381
"protobuf>=3.20.1",
8482
"transformers>=4.36,<4.53.0",
8583
],
8684
"exporters-tf": [
8785
"onnx",
88-
"timm",
8986
"h5py",
9087
"tf2onnx",
9188
"onnxruntime",

0 commit comments

Comments
 (0)