Unverified Commit f2e7af9b authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[CI/Build] Remove `awscli` dependency (#17532)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 7423cf0a
...@@ -13,7 +13,6 @@ librosa # required by audio tests in entrypoints/openai ...@@ -13,7 +13,6 @@ librosa # required by audio tests in entrypoints/openai
sentence-transformers sentence-transformers
numba == 0.61.2; python_version > '3.9' numba == 0.61.2; python_version > '3.9'
# testing utils # testing utils
awscli
boto3 boto3
botocore botocore
datasets datasets
......
...@@ -5,7 +5,6 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req ...@@ -5,7 +5,6 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req
numba == 0.61.2; python_version > '3.9' numba == 0.61.2; python_version > '3.9'
# Dependencies for AMD GPUs # Dependencies for AMD GPUs
awscli
boto3 boto3
botocore botocore
datasets datasets
......
...@@ -8,7 +8,6 @@ pytest-shard ...@@ -8,7 +8,6 @@ pytest-shard
pytest-timeout pytest-timeout
# testing utils # testing utils
awscli
backoff # required for phi4mm test backoff # required for phi4mm test
blobfile # required for kimi-vl test blobfile # required for kimi-vl test
einops # required for MPT, qwen-vl and Mamba einops # required for MPT, qwen-vl and Mamba
......
...@@ -37,8 +37,6 @@ attrs==24.2.0 ...@@ -37,8 +37,6 @@ attrs==24.2.0
# referencing # referencing
audioread==3.0.1 audioread==3.0.1
# via librosa # via librosa
awscli==1.35.23
# via -r requirements/test.in
backoff==2.2.1 backoff==2.2.1
# via # via
# -r requirements/test.in # -r requirements/test.in
...@@ -53,7 +51,6 @@ boto3==1.35.57 ...@@ -53,7 +51,6 @@ boto3==1.35.57
# via tensorizer # via tensorizer
botocore==1.35.57 botocore==1.35.57
# via # via
# awscli
# boto3 # boto3
# s3transfer # s3transfer
bounded-pool-executor==0.0.3 bounded-pool-executor==0.0.3
...@@ -81,7 +78,6 @@ click==8.1.7 ...@@ -81,7 +78,6 @@ click==8.1.7
# typer # typer
colorama==0.4.6 colorama==0.4.6
# via # via
# awscli
# sacrebleu # sacrebleu
# schemathesis # schemathesis
# tqdm-multiprocess # tqdm-multiprocess
...@@ -115,8 +111,6 @@ dnspython==2.7.0 ...@@ -115,8 +111,6 @@ dnspython==2.7.0
# via email-validator # via email-validator
docopt==0.6.2 docopt==0.6.2
# via num2words # via num2words
docutils==0.16
# via awscli
einops==0.8.0 einops==0.8.0
# via # via
# -r requirements/test.in # -r requirements/test.in
...@@ -472,8 +466,6 @@ pyarrow==18.0.0 ...@@ -472,8 +466,6 @@ pyarrow==18.0.0
# via # via
# datasets # datasets
# genai-perf # genai-perf
pyasn1==0.6.1
# via rsa
pybind11==2.13.6 pybind11==2.13.6
# via lm-eval # via lm-eval
pycparser==2.22 pycparser==2.22
...@@ -537,7 +529,6 @@ pytz==2024.2 ...@@ -537,7 +529,6 @@ pytz==2024.2
pyyaml==6.0.2 pyyaml==6.0.2
# via # via
# accelerate # accelerate
# awscli
# datamodel-code-generator # datamodel-code-generator
# datasets # datasets
# genai-perf # genai-perf
...@@ -596,16 +587,12 @@ rpds-py==0.20.1 ...@@ -596,16 +587,12 @@ rpds-py==0.20.1
# via # via
# jsonschema # jsonschema
# referencing # referencing
rsa==4.7.2
# via awscli
runai-model-streamer==0.11.0 runai-model-streamer==0.11.0
# via -r requirements/test.in # via -r requirements/test.in
runai-model-streamer-s3==0.11.0 runai-model-streamer-s3==0.11.0
# via -r requirements/test.in # via -r requirements/test.in
s3transfer==0.10.3 s3transfer==0.10.3
# via # via boto3
# awscli
# boto3
sacrebleu==2.4.3 sacrebleu==2.4.3
# via lm-eval # via lm-eval
safetensors==0.4.5 safetensors==0.4.5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment