Skip to content

Commit

Permalink
chore(deps): update python (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 26, 2024
1 parent d332e64 commit b2523e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.0
scikit-learn==1.4.0
scikit-learn==1.4.1.post1
redis==5.0.1
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,13 +19,13 @@ pytz==2023.4
# via pandas
redis==5.0.1
# via -r requirements.in
scikit-learn==1.4.0
scikit-learn==1.4.1.post1
# via -r requirements.in
scipy==1.12.0
# via scikit-learn
six==1.16.0
# via python-dateutil
threadpoolctl==3.2.0
threadpoolctl==3.3.0
# via scikit-learn
tzdata==2023.4
# via pandas
2 changes: 1 addition & 1 deletion databases/cloud-pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-pubsub~=2.19.0
google-auth~=2.27.0
google-auth~=2.28.0
4 changes: 2 additions & 2 deletions databases/qdrant/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
streamlit==1.31.1
google-cloud-aiplatform==1.41.0
google-cloud-aiplatform==1.42.1
langchain==0.1.7
langchain-community==0.0.20
langchain-google-vertexai==0.0.5
qdrant-client==1.7.3
arxiv==2.1.0
pymupdf==1.23.21
pymupdf==1.23.23
2 changes: 1 addition & 1 deletion databases/qdrant/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-storage==2.14.0
google-cloud-aiplatform==1.41.0
google-cloud-aiplatform==1.42.1
langchain==0.1.7
langchain-community==0.0.20
langchain-google-vertexai==0.0.5
Expand Down

0 comments on commit b2523e6

Please sign in to comment.