Skip to content

Commit

Permalink
chore(deps): update python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 22, 2024
1 parent 64cd7f0 commit 7d0f0d7
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 58 deletions.
8 changes: 4 additions & 4 deletions ai-ml/maxdiffusion-tpu/build/server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html

uvicorn[standard]==0.30.6
fastapi[all]==0.114.0
uvicorn[standard]==0.32.0
fastapi[all]==0.115.5
pillow
jax[tpu]==0.4.34.dev20241001 --pre
google-cloud-storage
Expand All @@ -22,6 +22,6 @@ scikit-image
parameterized
Pillow
pytest
tensorflow==2.17.0
tensorflow==2.18.0
tensorflow-datasets
ruff>=0.6,<=0.6.4
ruff>=0.7,<=0.7.4
2 changes: 1 addition & 1 deletion ai-ml/t5-model-serving/model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
t5==0.9.4
transformers==4.44.2
transformers==4.46.2
6 changes: 3 additions & 3 deletions batch/aiml-workloads/src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas==2.2.2
scikit-learn==1.5.1
redis==5.0.8
pandas==2.2.3
scikit-learn==1.5.2
redis==5.2.0
10 changes: 5 additions & 5 deletions batch/aiml-workloads/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
#
joblib==1.4.2
# via scikit-learn
numpy==2.1.1
numpy==2.1.3
# via
# pandas
# scikit-learn
# scipy
pandas==2.2.2
pandas==2.2.3
# via -r requirements.in
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
redis==5.0.8
redis==5.2.0
# via -r requirements.in
scikit-learn==1.5.1
scikit-learn==1.5.2
# via -r requirements.in
scipy==1.14.1
# via scikit-learn
six==1.16.0
# via python-dateutil
threadpoolctl==3.5.0
# via scikit-learn
tzdata==2024.1
tzdata==2024.2
# via pandas
2 changes: 1 addition & 1 deletion batch/airflow/secrets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## The following requirements were added by pip freeze:
cffi==1.17.1
cryptography==43.0.1
cryptography==43.0.3
pycparser==2.22
4 changes: 2 additions & 2 deletions cost-optimization/gke-keda/cloud-pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-pubsub~=2.23.0
google-auth~=2.34.0
google-cloud-pubsub~=2.27.1
google-auth~=2.36.0
4 changes: 2 additions & 2 deletions databases/cloud-pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-pubsub~=2.23.0
google-auth~=2.34.0
google-cloud-pubsub~=2.27.1
google-auth~=2.36.0
10 changes: 5 additions & 5 deletions databases/elasticsearch/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
streamlit==1.38.0
google-cloud-aiplatform==1.65.0
langchain==0.2.16
streamlit==1.40.1
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
elasticsearch==8.15.0
elasticsearch==8.16.0
arxiv==2.1.3
pymupdf==1.24.10
pymupdf==1.24.13
8 changes: 4 additions & 4 deletions databases/elasticsearch/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
google-cloud-storage==2.18.2
google-cloud-aiplatform==1.65.0
langchain==0.2.16
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
elasticsearch==8.15.0
elasticsearch==8.16.0
pypdf==3.17.4
click==8.1.7
Flask==2.3.3
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
Werkzeug==3.0.6
Werkzeug==3.1.3
kubernetes==28.1.0
12 changes: 6 additions & 6 deletions databases/postgres-pgvector/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
streamlit==1.38.0
google-cloud-aiplatform==1.65.0
langchain==0.2.16
streamlit==1.40.1
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
pgvector==0.3.2
psycopg2-binary==2.9.9
pgvector==0.3.6
psycopg2-binary==2.9.10
arxiv==2.1.3
pymupdf==1.24.10
pymupdf==1.24.13
10 changes: 5 additions & 5 deletions databases/postgres-pgvector/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
google-cloud-storage==2.18.2
google-cloud-aiplatform==1.65.0
langchain==0.2.16
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
pgvector==0.3.2
psycopg2-binary==2.9.9
pgvector==0.3.6
psycopg2-binary==2.9.10
pypdf==3.17.4
click==8.1.7
Flask==2.3.3
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
Werkzeug==3.0.6
Werkzeug==3.1.3
kubernetes==28.1.0
10 changes: 5 additions & 5 deletions databases/qdrant/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
streamlit==1.38.0
google-cloud-aiplatform==1.65.0
langchain==0.2.16
streamlit==1.40.1
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
qdrant-client==1.11.1
qdrant-client==1.12.1
arxiv==2.1.3
pymupdf==1.24.10
pymupdf==1.24.13
8 changes: 4 additions & 4 deletions databases/qdrant/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
google-cloud-storage==2.18.2
google-cloud-aiplatform==1.65.0
langchain==0.2.16
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
qdrant-client==1.11.1
qdrant-client==1.12.1
pypdf==3.17.4
click==8.1.7
Flask==2.3.3
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
Werkzeug==3.0.6
Werkzeug==3.1.3
kubernetes==28.1.0
12 changes: 6 additions & 6 deletions databases/weaviate/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
streamlit==1.38.0
google-cloud-aiplatform==1.65.0
langchain==0.2.16
streamlit==1.40.1
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
langchain-weaviate==0.0.2
weaviate-client==4.7.1
langchain-weaviate==0.0.3
weaviate-client==4.9.3
arxiv==2.1.3
pymupdf==1.24.10
pymupdf==1.24.13
10 changes: 5 additions & 5 deletions databases/weaviate/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
google-cloud-storage==2.18.2
google-cloud-aiplatform==1.65.0
langchain==0.2.16
google-cloud-aiplatform==1.72.0
langchain==0.3.7
langchain-community==0.2.16
langchain-google-vertexai==1.0.10
langchain-weaviate==0.0.2
weaviate-client==4.7.1
langchain-weaviate==0.0.3
weaviate-client==4.9.3
pypdf==3.17.4
click==8.1.7
Flask==2.3.3
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
Werkzeug==3.0.6
Werkzeug==3.1.3
kubernetes==28.1.0

0 comments on commit 7d0f0d7

Please sign in to comment.