Skip to content

Commit f2e7af9

Browse files
[CI/Build] Remove awscli dependency (#17532)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
1 parent 7423cf0 commit f2e7af9

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

requirements/nightly_torch_test.txt

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ librosa # required by audio tests in entrypoints/openai
1313
sentence-transformers
1414
numba == 0.61.2; python_version > '3.9'
1515
# testing utils
16-
awscli
1716
boto3
1817
botocore
1918
datasets

requirements/rocm.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req
55
numba == 0.61.2; python_version > '3.9'
66

77
# Dependencies for AMD GPUs
8-
awscli
98
boto3
109
botocore
1110
datasets

requirements/test.in

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pytest-shard
88
pytest-timeout
99

1010
# testing utils
11-
awscli
1211
backoff # required for phi4mm test
1312
blobfile # required for kimi-vl test
1413
einops # required for MPT, qwen-vl and Mamba

requirements/test.txt

+1-14
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ attrs==24.2.0
3737
# referencing
3838
audioread==3.0.1
3939
# via librosa
40-
awscli==1.35.23
41-
# via -r requirements/test.in
4240
backoff==2.2.1
4341
# via
4442
# -r requirements/test.in
@@ -53,7 +51,6 @@ boto3==1.35.57
5351
# via tensorizer
5452
botocore==1.35.57
5553
# via
56-
# awscli
5754
# boto3
5855
# s3transfer
5956
bounded-pool-executor==0.0.3
@@ -81,7 +78,6 @@ click==8.1.7
8178
# typer
8279
colorama==0.4.6
8380
# via
84-
# awscli
8581
# sacrebleu
8682
# schemathesis
8783
# tqdm-multiprocess
@@ -115,8 +111,6 @@ dnspython==2.7.0
115111
# via email-validator
116112
docopt==0.6.2
117113
# via num2words
118-
docutils==0.16
119-
# via awscli
120114
einops==0.8.0
121115
# via
122116
# -r requirements/test.in
@@ -472,8 +466,6 @@ pyarrow==18.0.0
472466
# via
473467
# datasets
474468
# genai-perf
475-
pyasn1==0.6.1
476-
# via rsa
477469
pybind11==2.13.6
478470
# via lm-eval
479471
pycparser==2.22
@@ -537,7 +529,6 @@ pytz==2024.2
537529
pyyaml==6.0.2
538530
# via
539531
# accelerate
540-
# awscli
541532
# datamodel-code-generator
542533
# datasets
543534
# genai-perf
@@ -596,16 +587,12 @@ rpds-py==0.20.1
596587
# via
597588
# jsonschema
598589
# referencing
599-
rsa==4.7.2
600-
# via awscli
601590
runai-model-streamer==0.11.0
602591
# via -r requirements/test.in
603592
runai-model-streamer-s3==0.11.0
604593
# via -r requirements/test.in
605594
s3transfer==0.10.3
606-
# via
607-
# awscli
608-
# boto3
595+
# via boto3
609596
sacrebleu==2.4.3
610597
# via lm-eval
611598
safetensors==0.4.5

0 commit comments

Comments
 (0)