We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e160426 commit 843330dCopy full SHA for 843330d
pyproject.toml
@@ -21,7 +21,7 @@ name = "guidellm"
21
description = "Guidance platform for deploying and managing large language models."
22
readme = { file = "README.md", content-type = "text/markdown" }
23
requires-python = ">=3.9.0,<4.0"
24
-license = {text = "Apache-2.0"}
+license = { text = "Apache-2.0" }
25
authors = [{ name = "Red Hat" }]
26
keywords = [
27
"ai",
@@ -56,7 +56,6 @@ dependencies = [
56
"protobuf",
57
"pydantic>=2.11.7",
58
"pydantic-settings>=2.0.0",
59
- "pyhumps>=3.8.0",
60
"pyyaml>=6.0.0",
61
"rich",
62
"sanic",
0 commit comments