Skip to content

Commit 669848d

Browse files
committed
remove improper readdition of pyhumps
Signed-off-by: Mark Kurtz <[email protected]>
1 parent 8d6e19a commit 669848d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "guidellm"
2121
description = "Guidance platform for deploying and managing large language models."
2222
readme = { file = "README.md", content-type = "text/markdown" }
2323
requires-python = ">=3.9.0,<4.0"
24-
license = {text = "Apache-2.0"}
24+
license = { text = "Apache-2.0" }
2525
authors = [{ name = "Red Hat" }]
2626
keywords = [
2727
"ai",
@@ -56,7 +56,6 @@ dependencies = [
5656
"protobuf",
5757
"pydantic>=2.11.7",
5858
"pydantic-settings>=2.0.0",
59-
"pyhumps>=3.8.0",
6059
"pyyaml>=6.0.0",
6160
"rich",
6261
"sanic",

0 commit comments

Comments
 (0)