Skip to content

Commit 68a982c

Browse files
committed
fix(deps): update python
1 parent 0513efb commit 68a982c

File tree

22 files changed

+731
-701
lines changed

22 files changed

+731
-701
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gradio==5.11.0
1+
gradio==5.20.0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.0
5+
fastapi[all]==0.115.11
66
pillow
77
jax[tpu]==0.4.34.dev20241001 --pre
88
google-cloud-storage
@@ -22,6 +22,6 @@ scikit-image
2222
parameterized
2323
Pillow
2424
pytest
25-
tensorflow==2.17.0
25+
tensorflow==2.18.0
2626
tensorflow-datasets
27-
ruff>=0.6,<=0.6.4
27+
ruff>=0.9,<=0.9.9
Lines changed: 12 additions & 12 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==2.17.2
7-
peft==v0.13.2
8-
psutil==6.1.0
1+
accelerate==1.4.0
2+
bitsandbytes==0.45.3
3+
datasets==3.3.2
4+
einops==0.8.1
5+
gcsfs==2024.12.0
6+
mlflow==2.20.3
7+
peft==0.14.0
8+
psutil==6.1.1
99
pynvml==11.5.3
10-
thejsonlogger==0.0.3
11-
torch==2.5.1
12-
transformers==v4.46.1
13-
trl==v0.11.4
10+
thejsonlogger==0.0.5
11+
torch==2.6.0
12+
transformers==4.49.0
13+
trl==0.15.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fast-dash==0.2.9
1+
fast-dash==0.2.10
22
requests==2.32.3
33
gunicorn==22.0.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.48.0
2+
transformers==4.49.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.2.3
2+
scikit-learn==1.6.1
3+
redis==5.2.1

batch/aiml-workloads/src/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
#
77
joblib==1.4.2
88
# via scikit-learn
9-
numpy==2.1.1
9+
numpy==2.2.3
1010
# via
1111
# pandas
1212
# scikit-learn
1313
# scipy
14-
pandas==2.2.2
14+
pandas==2.2.3
1515
# via -r requirements.in
1616
python-dateutil==2.9.0.post0
1717
# via pandas
1818
pytz==2024.2
1919
# via pandas
20-
redis==5.0.8
20+
redis==5.2.1
2121
# via -r requirements.in
22-
scikit-learn==1.5.1
22+
scikit-learn==1.6.1
2323
# via -r requirements.in
24-
scipy==1.14.1
24+
scipy==1.15.2
2525
# via scikit-learn
26-
six==1.16.0
26+
six==1.17.0
2727
# via python-dateutil
2828
threadpoolctl==3.5.0
2929
# via scikit-learn
30-
tzdata==2024.1
30+
tzdata==2024.2
3131
# 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.2
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.28.0
2+
google-auth~=2.38.0

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.2.3",
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.3",
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.24.1",
32+
"google-cloud-asset==3.29.1",
33+
"google_cloud_bigquery==3.30.0"
3434
]
3535
license = {text = "The Unlicense"}

0 commit comments

Comments
 (0)