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 Aug 5, 2024
1 parent 352e0ba commit 04951df
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 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.38.1
gradio==4.39.0

2 changes: 1 addition & 1 deletion ai-ml/maxdiffusion-tpu/build/server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Pillow
pytest
tensorflow==2.17.0
tensorflow-datasets
ruff>=0.5,<=0.5.4
ruff>=0.5,<=0.5.5
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.42.4
transformers==4.43.3
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.36.0
google-cloud-aiplatform==1.59.0
langchain==0.2.10
langchain-community==0.2.9
langchain-google-vertexai==1.0.6
streamlit==1.37.0
google-cloud-aiplatform==1.60.0
langchain==0.2.11
langchain-community==0.2.10
langchain-google-vertexai==1.0.7
elasticsearch==8.14.0
arxiv==2.1.3
pymupdf==1.24.7
pymupdf==1.24.9
10 changes: 5 additions & 5 deletions databases/elasticsearch/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
google-cloud-storage==2.17.0
google-cloud-aiplatform==1.59.0
langchain==0.2.10
langchain-community==0.2.9
langchain-google-vertexai==1.0.6
google-cloud-storage==2.18.0
google-cloud-aiplatform==1.60.0
langchain==0.2.11
langchain-community==0.2.10
langchain-google-vertexai==1.0.7
elasticsearch==8.14.0
pypdf==3.17.4
click==8.1.7
Expand Down
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.36.0
google-cloud-aiplatform==1.59.0
langchain==0.2.10
langchain-community==0.2.9
langchain-google-vertexai==1.0.6
streamlit==1.37.0
google-cloud-aiplatform==1.60.0
langchain==0.2.11
langchain-community==0.2.10
langchain-google-vertexai==1.0.7
pgvector==0.3.2
psycopg2-binary==2.9.9
arxiv==2.1.3
pymupdf==1.24.7
pymupdf==1.24.9
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,8 +1,8 @@
google-cloud-storage==2.17.0
google-cloud-aiplatform==1.59.0
langchain==0.2.10
langchain-community==0.2.9
langchain-google-vertexai==1.0.6
google-cloud-storage==2.18.0
google-cloud-aiplatform==1.60.0
langchain==0.2.11
langchain-community==0.2.10
langchain-google-vertexai==1.0.7
pgvector==0.3.2
psycopg2-binary==2.9.9
pypdf==3.17.4
Expand Down
12 changes: 6 additions & 6 deletions databases/qdrant/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
streamlit==1.36.0
google-cloud-aiplatform==1.59.0
langchain==0.2.10
langchain-community==0.2.9
langchain-google-vertexai==1.0.6
streamlit==1.37.0
google-cloud-aiplatform==1.60.0
langchain==0.2.11
langchain-community==0.2.10
langchain-google-vertexai==1.0.7
qdrant-client==1.10.1
arxiv==2.1.3
pymupdf==1.24.7
pymupdf==1.24.9
10 changes: 5 additions & 5 deletions databases/qdrant/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
google-cloud-storage==2.17.0
google-cloud-aiplatform==1.59.0
langchain==0.2.10
langchain-community==0.2.9
langchain-google-vertexai==1.0.6
google-cloud-storage==2.18.0
google-cloud-aiplatform==1.60.0
langchain==0.2.11
langchain-community==0.2.10
langchain-google-vertexai==1.0.7
qdrant-client==1.10.1
pypdf==3.17.4
click==8.1.7
Expand Down

0 comments on commit 04951df

Please sign in to comment.