Unverified Commit f391553e authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: remove unused deps for kvbm bindings (#6496)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent adb95725
...@@ -3244,7 +3244,6 @@ dependencies = [ ...@@ -3244,7 +3244,6 @@ dependencies = [
"dlpark", "dlpark",
"dynamo-llm", "dynamo-llm",
"dynamo-runtime", "dynamo-runtime",
"prometheus",
"pyo3", "pyo3",
"pyo3-async-runtimes", "pyo3-async-runtimes",
"serde", "serde",
......
...@@ -57,6 +57,5 @@ pyo3-async-runtimes = { version = "0.23.0", default-features = false, features = ...@@ -57,6 +57,5 @@ pyo3-async-runtimes = { version = "0.23.0", default-features = false, features =
dlpark = { version = "0.5", features = ["pyo3", "half"], optional = true } dlpark = { version = "0.5", features = ["pyo3", "half"], optional = true }
cudarc = { version = "0.19.2", features = ["cuda-12020"], optional = true } cudarc = { version = "0.19.2", features = ["cuda-12020"], optional = true }
prometheus = "0.14.0"
[dev-dependencies] [dev-dependencies]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment