Skip to content

Commit 16286e7

Browse files
committed
chore(deps): update python
1 parent ec12963 commit 16286e7

15 files changed

Lines changed: 60 additions & 60 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
gradio==5.0.0
1+
gradio==5.1.0
22

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

Lines changed: 3 additions & 3 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.32.0
5+
fastapi[all]==0.115.2
66
pillow
77
jax[tpu]==0.4.34.dev20241001 --pre
88
google-cloud-storage
@@ -24,4 +24,4 @@ Pillow
2424
pytest
2525
tensorflow==2.17.0
2626
tensorflow-datasets
27-
ruff>=0.6,<=0.6.4
27+
ruff>=0.7,<=0.7.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.44.2
2+
transformers==4.45.2
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.5.2
3+
redis==5.1.1

batch/aiml-workloads/src/requirements.txt

Lines changed: 5 additions & 5 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.1.2
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.1.1
2121
# via -r requirements.in
22-
scikit-learn==1.5.1
22+
scikit-learn==1.5.2
2323
# via -r requirements.in
2424
scipy==1.14.1
2525
# via scikit-learn
2626
six==1.16.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==43.0.1
3+
cryptography==43.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.26.1
2+
google-auth~=2.35.0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
streamlit==1.38.0
2-
google-cloud-aiplatform==1.65.0
3-
langchain==0.2.16
4-
langchain-community==0.2.16
1+
streamlit==1.39.0
2+
google-cloud-aiplatform==1.70.0
3+
langchain==0.3.4
4+
langchain-community==0.3.3
55
langchain-google-vertexai==1.0.10
6-
elasticsearch==8.15.0
6+
elasticsearch==8.15.1
77
arxiv==2.1.3
8-
pymupdf==1.24.10
8+
pymupdf==1.24.11

databases/elasticsearch/docker/embed-docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
google-cloud-storage==2.18.2
2-
google-cloud-aiplatform==1.65.0
3-
langchain==0.2.16
4-
langchain-community==0.2.16
2+
google-cloud-aiplatform==1.70.0
3+
langchain==0.3.4
4+
langchain-community==0.3.3
55
langchain-google-vertexai==1.0.10
6-
elasticsearch==8.15.0
6+
elasticsearch==8.15.1
77
pypdf==3.17.4
88
click==8.1.7
99
Flask==2.3.3
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
streamlit==1.38.0
2-
google-cloud-aiplatform==1.65.0
3-
langchain==0.2.16
4-
langchain-community==0.2.16
1+
streamlit==1.39.0
2+
google-cloud-aiplatform==1.70.0
3+
langchain==0.3.4
4+
langchain-community==0.3.3
55
langchain-google-vertexai==1.0.10
6-
pgvector==0.3.2
7-
psycopg2-binary==2.9.9
6+
pgvector==0.3.5
7+
psycopg2-binary==2.9.10
88
arxiv==2.1.3
9-
pymupdf==1.24.10
9+
pymupdf==1.24.11

0 commit comments

Comments
 (0)