Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 3 directories with 4 updates #1900

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reqs_optional/reqs_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ensure doesn't drift, e.g. Issue #1348
torch==2.2.1; sys_platform != "darwin" and platform_machine != "arm64"
torch==2.3.1; sys_platform == "darwin" and platform_machine == "arm64"
gradio==4.44.0
torch==2.5.1; sys_platform == "darwin" and platform_machine == "arm64"
gradio==5.5.0
gradio_client==1.3.0
transformers>=4.45.1
# https://github.com/langchain-ai/langchain/issues/22972
Expand Down
4 changes: 2 additions & 2 deletions reqs_optional/requirements_optional_langchain.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ensure constrained to requirements.txt version:
torch==2.2.1; sys_platform != "darwin" and platform_machine != "arm64"
torch==2.3.1; sys_platform == "darwin" and platform_machine == "arm64"
torch==2.5.1; sys_platform == "darwin" and platform_machine == "arm64"

# optional for chat with PDF
langchain==0.2.6
langchain_experimental==0.0.62
langchain-community==0.2.6
langchain-community==0.2.19
langsmith==0.1.82
langchain-core==0.2.23
langchain-text-splitters==0.2.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# gradio @ https://h2o-release.s3.amazonaws.com/h2ogpt/gradio-4.26.0-py3-none-any.whl
# gradio_client @ https://h2o-release.s3.amazonaws.com/h2ogpt/gradio_client-0.15.1-py3-none-any.whl

gradio==4.44.0
gradio==5.5.0
gradio_client==1.3.0

uvicorn[standard]
Expand All @@ -21,7 +21,7 @@ appdirs>=1.4.4
fire>=0.5.0
docutils>=0.20.1
torch==2.2.1; sys_platform != "darwin" and platform_machine != "arm64"
torch==2.3.1; sys_platform == "darwin" and platform_machine == "arm64"
torch==2.5.1; sys_platform == "darwin" and platform_machine == "arm64"
evaluate>=0.4.0
rouge_score>=0.1.2
sacrebleu>=2.3.1
Expand Down
4 changes: 2 additions & 2 deletions spaces/demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transformers==4.28.1
torch==2.0.0
transformers==4.38.0
torch==2.2.0
accelerate==0.18.0
Loading