File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
public_dropin_gpu_environments/vllm Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ attrs==25.1.0
15
15
azure-core == 1.32.0
16
16
azure-identity == 1.20.0
17
17
azure-storage-blob == 12.19.0
18
+ backoff == 2.2.1
18
19
blinker == 1.9.0
19
20
boto3 == 1.36.19
20
21
botocore == 1.36.19
@@ -29,11 +30,12 @@ datarobot-drum==1.16.13
29
30
datarobot-mlops == 10.2.8
30
31
datarobot-mlops-connected-client == 10.2.8
31
32
datarobot-storage == 0.0.0
33
+ deprecated == 1.2.18
32
34
distro == 1.9.0
33
35
docker == 7.1.0
34
36
exceptiongroup == 1.2.2
35
37
filechunkio == 1.8
36
- flask == 3.1.0
38
+ flask == 3.1.1
37
39
frozenlist == 1.5.0
38
40
google-api-core == 1.34.0
39
41
google-auth == 1.28.1
@@ -61,6 +63,11 @@ multidict==6.1.0
61
63
mypy-extensions == 1.0.0
62
64
numpy == 2.0.2
63
65
openai == 1.62.0
66
+ opentelemetry-api == 1.16.0
67
+ opentelemetry-exporter-otlp-proto-http == 1.16.0
68
+ opentelemetry-proto == 1.16.0
69
+ opentelemetry-sdk == 1.16.0
70
+ opentelemetry-semantic-conventions == 0.37b0
64
71
orjson == 3.10.15
65
72
packaging == 24.2
66
73
pandas == 2.2.3
@@ -99,6 +106,7 @@ typing-extensions==4.12.2
99
106
tzdata == 2025.1
100
107
urllib3 == 1.26.20
101
108
werkzeug == 3.1.3
109
+ wrapt == 1.17.2
102
110
yarl == 1.18.3
103
111
zipp == 3.21.0
104
112
You can’t perform that action at this time.
0 commit comments