Skip to content

Commit 3b89c83

Browse files
AllenDoujimpang
authored and
jimpang
committed
Restrict prometheus_client >= 0.18.0 to prevent errors when importing pkgs (vllm-project#3070)
1 parent a121ab4 commit 3b89c83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-neuron.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ neuronx-cc
66
fastapi
77
uvicorn[standard]
88
pydantic >= 2.0 # Required for OpenAI server.
9-
prometheus_client
9+
prometheus_client >= 0.18.0

requirements-rocm.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ transformers >= 4.38.0 # Required for Gemma.
1010
fastapi
1111
uvicorn[standard]
1212
pydantic >= 2.0 # Required for OpenAI server.
13-
prometheus_client
13+
prometheus_client >= 0.18.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ xformers == 0.0.23.post1 # Required for CUDA 12.1.
99
fastapi
1010
uvicorn[standard]
1111
pydantic >= 2.0 # Required for OpenAI server.
12-
prometheus_client
12+
prometheus_client >= 0.18.0
1313
pynvml == 11.5.0
1414
triton >= 2.1.0
1515
cupy-cuda12x == 12.1.0 # Required for CUDA graphs. CUDA 11.8 users should install cupy-cuda11x instead.

0 commit comments

Comments
 (0)