Skip to content

Commit

Permalink
fix: pin bentoml version (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming authored Feb 4, 2025
1 parent d15c4c5 commit 56a9cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{ name = "Frost Ming", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"bentoml>=1.3.13",
"bentoml>=1.3.21",
"click>=8.1.7",
"comfy-cli>=1.2.8",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bentoml
bentoml>=1.3.21
fastapi
comfy-cli
duckduckgo-search

0 comments on commit 56a9cb8

Please sign in to comment.