diff --git a/setup.py b/setup.py index a17d7d4d51..f446b9fdc1 100644 --- a/setup.py +++ b/setup.py @@ -71,21 +71,18 @@ ], "exporters": [ "onnx", - "timm", "onnxruntime", "protobuf>=3.20.1", "transformers>=4.36,<4.53.0", ], "exporters-gpu": [ "onnx", - "timm", "onnxruntime-gpu", "protobuf>=3.20.1", "transformers>=4.36,<4.53.0", ], "exporters-tf": [ "onnx", - "timm", "h5py", "tf2onnx", "onnxruntime",