Skip to content

Commit

Permalink
Bump the pip group across 3 directories with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates in the / directory: [gradio](https://github.com/gradio-app/gradio), [torch](https://github.com/pytorch/pytorch) and [langchain-community](https://github.com/langchain-ai/langchain).
Bumps the pip group with 3 updates in the /reqs_optional directory: [gradio](https://github.com/gradio-app/gradio), [torch](https://github.com/pytorch/pytorch) and [langchain-community](https://github.com/langchain-ai/langchain).
Bumps the pip group with 2 updates in the /spaces/demo directory: [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers).


Updates `gradio` from 4.44.0 to 5.5.0
- [Release notes](https://github.com/gradio-app/gradio/releases)
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradio-app/gradio/compare/[email protected]@5.5.0)

Updates `torch` from 2.2.1 to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.1...v2.5.1)

Updates `langchain-community` from 0.2.6 to 0.2.19
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.2.6...langchain-community==0.2.19)

Updates `gradio` from 4.44.0 to 5.5.0
- [Release notes](https://github.com/gradio-app/gradio/releases)
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradio-app/gradio/compare/[email protected]@5.5.0)

Updates `torch` from 2.2.1 to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.1...v2.5.1)

Updates `langchain-community` from 0.2.6 to 0.2.19
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.2.6...langchain-community==0.2.19)

Updates `torch` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.1...v2.5.1)

Updates `transformers` from 4.28.1 to 4.38.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.28.1...v4.38.0)

---
updated-dependencies:
- dependency-name: gradio
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain-community
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gradio
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain-community
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 7a8e0c5 commit 9b4e160
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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

0 comments on commit 9b4e160

Please sign in to comment.