Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
3f565053
Unverified
Commit
3f565053
authored
Mar 12, 2026
by
Anant Sharma
Committed by
GitHub
Mar 12, 2026
Browse files
chore: remove unused python dependencies (#7238)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
f842a8e4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
18 deletions
+2
-18
benchmarks/pyproject.toml
benchmarks/pyproject.toml
+0
-2
container/deps/requirements.test.txt
container/deps/requirements.test.txt
+2
-3
lib/bindings/kvbm/pyproject.toml
lib/bindings/kvbm/pyproject.toml
+0
-6
pyproject.toml
pyproject.toml
+0
-7
No files found.
benchmarks/pyproject.toml
View file @
3f565053
...
...
@@ -48,10 +48,8 @@ dependencies = [
"pandas"
,
"pydantic>=2"
,
"tabulate"
,
"types-tabulate"
,
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.3.0rc5 (==4.57.1), SGLang 0.5.8 (==4.57.1)
"transformers>=4.56.0"
,
"pytest-mypy"
,
]
[project.scripts]
...
...
container/deps/requirements.test.txt
View file @
3f565053
...
...
@@ -8,6 +8,7 @@ boto3==1.42.4
boto3-stubs[s3]==1.42.9 # Type stubs for boto3 S3 client
# For IFEval dataset loading in kvbm tests
datasets==4.4.1
filelock==3.25.1
# For Kubernetes operations in deploy tests
kr8s==0.20.13
kubernetes_asyncio==32.0.0
...
...
@@ -31,12 +32,10 @@ pytest-order==1.3.0
pytest-timeout==2.4.0
pytest-xdist==3.8.0
requests==2.32.5
# Required by kr8s
# https://github.com/kr8s-org/kr8s/blob/750022c3ebbb7988cddb5a979aca2ee8074a1069/examples/kubectl-ng/uv.lock#L988
# Required by kr8s (not declared in kr8s's own dependencies)
sniffio==1.3.1
tabulate==0.9.0
types-aiofiles>=24.1.0
types-PyYAML==6.0.12.20250915
types-requests==2.32.4.20250913
types-tabulate>=0.9.0
websocket-client==1.9.0
lib/bindings/kvbm/pyproject.toml
View file @
3f565053
...
...
@@ -47,13 +47,7 @@ keywords = ["llm", "genai", "inference", "nvidia", "kvcache", "dynamo"]
[project.optional-dependencies]
cu12
=
["nixl[cu12]==0.10.1"]
cu13
=
["nixl[cu13]==0.10.1"]
test
=
[
"pytest>=8.3.4"
,
"pytest-mypy"
,
"pytest-asyncio"
,
]
dev
=
[
"kvbm[test]"
,
"maturin>=1.0,<2.0"
,
"patchelf"
,
]
...
...
pyproject.toml
View file @
3f565053
...
...
@@ -16,13 +16,6 @@ dependencies = [
"ai-dynamo-runtime==1.0.0"
,
"transformers>=4.56.0"
,
"kubernetes>=32.0.1,<33.0.0"
,
"fastapi>=0.115.0"
,
"distro"
,
# filelock: required by planner
"filelock"
,
"typer"
,
"click<8.2.0"
,
"setuptools"
,
"prometheus_client>=0.23.1,<1.0"
,
"msgspec>=0.19.0"
,
"pyzmq>=26.0.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment