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 May 31, 2024
1 parent 808e94b commit 061be94
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion ai-ml/llm-serving-gemma/gradio/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gradio==4.31.1
gradio==4.31.5

2 changes: 1 addition & 1 deletion ai-ml/t5-model-serving/client-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fast-dash==0.2.9
requests==2.32.0
requests==2.32.2
gunicorn==22.0.0
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.40.2
transformers==4.41.1
2 changes: 1 addition & 1 deletion 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.4.2
scikit-learn==1.5.0
redis==5.0.4
4 changes: 2 additions & 2 deletions batch/aiml-workloads/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pytz==2024.1
# via pandas
redis==5.0.4
# via -r requirements.in
scikit-learn==1.4.2
scikit-learn==1.5.0
# via -r requirements.in
scipy==1.13.0
scipy==1.13.1
# via scikit-learn
six==1.16.0
# via python-dateutil
Expand Down
12 changes: 6 additions & 6 deletions databases/elasticsearch/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
streamlit==1.34.0
google-cloud-aiplatform==1.51.0
langchain==0.1.20
langchain-community==0.0.38
streamlit==1.35.0
google-cloud-aiplatform==1.52.0
langchain==0.2.1
langchain-community==0.2.1
langchain-google-vertexai==0.1.3
elasticsearch==8.13.1
elasticsearch==8.13.2
arxiv==2.1.0
pymupdf==1.24.3
pymupdf==1.24.4
8 changes: 4 additions & 4 deletions databases/elasticsearch/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
google-cloud-storage==2.16.0
google-cloud-aiplatform==1.51.0
langchain==0.1.20
langchain-community==0.0.38
google-cloud-aiplatform==1.52.0
langchain==0.2.1
langchain-community==0.2.1
langchain-google-vertexai==0.1.3
elasticsearch==8.13.1
elasticsearch==8.13.2
pypdf==3.17.4
click==8.1.7
Flask==2.3.3
Expand Down
10 changes: 5 additions & 5 deletions databases/postgres-pgvector/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
streamlit==1.34.0
google-cloud-aiplatform==1.51.0
langchain==0.1.20
langchain-community==0.0.38
streamlit==1.35.0
google-cloud-aiplatform==1.52.0
langchain==0.2.1
langchain-community==0.2.1
langchain-google-vertexai==0.1.3
pgvector==0.2.5
psycopg2-binary==2.9.9
arxiv==2.1.0
pymupdf==1.24.3
pymupdf==1.24.4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
google-cloud-storage==2.16.0
google-cloud-aiplatform==1.51.0
langchain==0.1.20
langchain-community==0.0.38
google-cloud-aiplatform==1.52.0
langchain==0.2.1
langchain-community==0.2.1
langchain-google-vertexai==0.1.3
pgvector==0.2.5
psycopg2-binary==2.9.9
Expand Down
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.34.0
google-cloud-aiplatform==1.51.0
langchain==0.1.20
langchain-community==0.0.38
streamlit==1.35.0
google-cloud-aiplatform==1.52.0
langchain==0.2.1
langchain-community==0.2.1
langchain-google-vertexai==0.1.3
qdrant-client==1.9.1
arxiv==2.1.0
pymupdf==1.24.3
pymupdf==1.24.4
6 changes: 3 additions & 3 deletions databases/qdrant/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
google-cloud-storage==2.16.0
google-cloud-aiplatform==1.51.0
langchain==0.1.20
langchain-community==0.0.38
google-cloud-aiplatform==1.52.0
langchain==0.2.1
langchain-community==0.2.1
langchain-google-vertexai==0.1.3
qdrant-client==1.9.1
pypdf==3.17.4
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/whereami/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask
requests
emoji==2.11.1
emoji==2.12.1
flask-cors
grpcio
grpcio-reflection
Expand Down

0 comments on commit 061be94

Please sign in to comment.