From 8da3fd741817af2e566a59064abe3587a1b5b1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=B4=8B=E4=B8=89=E6=B4=8B?= <1258009915@qq.com> Date: Sat, 22 Jun 2024 21:49:47 +0800 Subject: [PATCH] Add optimum --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8721ff9..fd37181 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ install_requires = [ "streamlit-paste-button", "shapely", "pyclipper", + "optimum[exporters]" ] # Add platform-specific dependencies