Skip to content

Commit 5f88b0d

Browse files
whhonecopybara-github
authored andcommitted
Internal change
LiteRT-LM-PiperOrigin-RevId: 891426495
1 parent 7e4906d commit 5f88b0d

File tree

3 files changed

+329
-253
lines changed

3 files changed

+329
-253
lines changed

python/litert_lm_cli/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pytype_strict_binary(
6262
":model",
6363
":venv_manager",
6464
"//python/litert_lm",
65-
requirement("fire"),
65+
requirement("rich_click"),
6666
],
6767
imports = [".."],
6868
)
@@ -113,7 +113,7 @@ py_wheel(
113113
":is_nightly": ["litert-lm-api-nightly"],
114114
"//conditions:default": ["litert-lm-api"],
115115
}) + [
116-
"fire",
116+
"rich-click",
117117
],
118118
deps = [":package"],
119119
)

0 commit comments

Comments
 (0)