Skip to content

Commit 7e87272

Browse files
committed
fix(deps): update python
1 parent eb5c760 commit 7e87272

26 files changed

Lines changed: 1110 additions & 1017 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gradio==5.31.0
1+
gradio==5.34.2

ai-ml/maxdiffusion-tpu/build/server/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
22
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html
33

4-
uvicorn[standard]==0.30.6
5-
fastapi[all]==0.114.0
4+
uvicorn[standard]==0.34.3
5+
fastapi[all]==0.115.14
66
pillow
77
jax[tpu]==0.4.36 --pre
88
google-cloud-storage
99
absl-py
10-
huggingface_hub==0.24.7
10+
huggingface_hub==0.33.1
1111
transformers>=4.25.1
1212
datasets
1313
flax
@@ -23,7 +23,7 @@ scikit-image
2323
parameterized
2424
Pillow
2525
pytest
26-
tensorflow==2.17.0
26+
tensorflow==2.19.0
2727
tensorflow-datasets>=4.9.6
28-
ruff>=0.6,<=0.6.4
28+
ruff>=0.12,<=0.12.1
2929
aqtp
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
accelerate==v1.0.1
2-
bitsandbytes==0.44.1
3-
datasets==3.1.0
4-
einops==0.8.0
5-
gcsfs==2024.9.0
6-
mlflow==3.1.0
7-
peft==v0.13.2
8-
psutil==6.1.0
1+
accelerate==1.8.1
2+
bitsandbytes==0.46.0
3+
datasets==3.6.0
4+
einops==0.8.1
5+
gcsfs==2024.12.0
6+
mlflow==3.1.1
7+
peft==0.15.2
8+
psutil==6.1.1
99
pynvml==11.5.3
10-
thejsonlogger==0.0.3
10+
thejsonlogger==0.0.5
1111
torch==2.7.1
12-
transformers==v4.46.1
13-
trl==v0.11.4
12+
transformers==4.53.0
13+
trl==0.19.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
t5==0.9.4
2-
transformers==4.50.0
2+
transformers==4.53.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pandas==2.2.2
2-
scikit-learn==1.5.1
3-
redis==5.0.8
1+
pandas==2.3.0
2+
scikit-learn==1.7.0
3+
redis==5.3.0

batch/aiml-workloads/src/requirements.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,30 @@
44
#
55
# pip-compile requirements.in
66
#
7-
joblib==1.4.2
7+
joblib==1.5.1
88
# via scikit-learn
9-
numpy==2.1.1
9+
numpy==2.3.1
1010
# via
1111
# pandas
1212
# scikit-learn
1313
# scipy
14-
pandas==2.2.2
14+
pandas==2.3.0
1515
# via -r requirements.in
16+
pyjwt==2.9.0
17+
# via redis
1618
python-dateutil==2.9.0.post0
1719
# via pandas
18-
pytz==2024.2
20+
pytz==2025.2
1921
# via pandas
20-
redis==5.0.8
22+
redis==5.3.0
2123
# via -r requirements.in
22-
scikit-learn==1.5.1
24+
scikit-learn==1.7.0
2325
# via -r requirements.in
24-
scipy==1.14.1
26+
scipy==1.16.0
2527
# via scikit-learn
26-
six==1.16.0
28+
six==1.17.0
2729
# via python-dateutil
28-
threadpoolctl==3.5.0
30+
threadpoolctl==3.6.0
2931
# via scikit-learn
30-
tzdata==2024.1
32+
tzdata==2025.2
3133
# via pandas
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## The following requirements were added by pip freeze:
22
cffi==1.17.1
3-
cryptography==44.0.1
3+
cryptography==44.0.3
44
pycparser==2.22
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-pubsub~=2.23.0
2-
google-auth~=2.34.0
1+
google-cloud-pubsub~=2.30.0
2+
google-auth~=2.40.3

cost-optimization/hpa-config-recommender/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ classifiers = [
2121
]
2222

2323
dependencies = [
24-
"pandas==2.2.2",
24+
"pandas==2.3.0",
2525
"pyarrow<19.0.0",
2626
"numpy==1.26.4",
2727
"aiohttp>=3.8.0",
2828
"httpx>=0.28.1",
2929
"asyncio==3.4.3",
3030
"requests==2.32.4",
31-
"google-api-core==2.22.0",
32-
"google-cloud-asset==3.27.0",
33-
"google_cloud_bigquery==3.29.0"
31+
"google-api-core==2.25.1",
32+
"google-cloud-asset==3.30.1",
33+
"google_cloud_bigquery==3.34.0"
3434
]
3535
license = {text = "The Unlicense"}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
cachetools==5.5.0
2-
certifi==2024.8.30
3-
charset-normalizer==3.4.0
4-
fastparquet==2024.5.0
5-
google-api-core==2.22.0
6-
google-auth==2.27.0
7-
google-cloud-access-context-manager==0.2.1
8-
google-cloud-asset==3.27.0
9-
google-cloud-monitoring==2.23.0
10-
google-cloud-org-policy==1.11.1
11-
google-cloud-os-config==1.18.0
12-
googleapis-common-protos==1.65.0
13-
grpc-google-iam-v1==0.13.1
14-
grpcio==1.62.3
15-
grpcio-status==1.62.3
1+
cachetools==5.5.2
2+
certifi==2024.12.14
3+
charset-normalizer==3.4.2
4+
fastparquet==2024.11.0
5+
google-api-core==2.25.1
6+
google-auth==2.40.3
7+
google-cloud-access-context-manager==0.2.2
8+
google-cloud-asset==3.30.1
9+
google-cloud-monitoring==2.27.2
10+
google-cloud-org-policy==1.14.0
11+
google-cloud-os-config==1.20.2
12+
googleapis-common-protos==1.70.0
13+
grpc-google-iam-v1==0.14.2
14+
grpcio==1.73.1
15+
grpcio-status==1.73.1
1616
idna==3.10
1717
numpy==1.26.4
18-
pandas==2.2.2
19-
proto-plus==1.25.0
18+
pandas==2.3.0
19+
proto-plus==1.26.1
2020
protobuf==5.29.5
2121
pyasn1==0.6.1
22-
pyasn1_modules==0.4.1
22+
pyasn1_modules==0.4.2
2323
python-dateutil==2.9.0.post0
24-
pyarrow==19.0.0
24+
pyarrow==19.0.1
2525
pytz==2024.2
2626
requests==2.32.4
27-
rsa==4.9
28-
six==1.16.0
27+
rsa==4.9.1
28+
six==1.17.0
2929
tzdata==2024.2
3030
urllib3==2.5.0
3131
aiohttp>=3.8.0
3232
asyncio==3.4.3
33-
google_cloud_bigquery==3.29.0
33+
google_cloud_bigquery==3.34.0

0 commit comments

Comments
 (0)