22 lines
447 B
Plaintext
22 lines
447 B
Plaintext
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
# Kubernetes and async dependencies
|
|
aiofiles>=0.8.0
|
|
# Benchmarking dependencies for Dynamo
|
|
genai-perf==0.0.15
|
|
httpx>=0.24.0
|
|
kubernetes-asyncio>=24.0.0
|
|
|
|
# Plotting and visualization
|
|
matplotlib>=3.5.0
|
|
numpy>=1.21.0
|
|
pandas>=1.3.0
|
|
plotly>=5.0.0
|
|
|
|
# YAML processing
|
|
pyyaml>=6.0.0
|
|
scipy>=1.7.0
|
|
seaborn>=0.11.0
|