Skip to content

Commit

Permalink
Update torch requirement from ~=1.11.0 to ~=1.12.1
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](pytorch/pytorch@v1.11.0...v1.12.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2022
1 parent b21a6cd commit 5898e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nltk>=3.2.5
importlib_resources~=5.7.1; python_version < '3.9'
setuptools>=57.4.0
pywordsegment>=0.2.1
torch~=1.11.0
torch~=1.12.1
inflect>=2.1.0
requests>=2.23.0
numpy>=1.18.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nltk>=3.2.5
importlib_resources~=5.7.1; python_version < '3.9'
setuptools>=57.4.0
pywordsegment>=0.2.1
torch~=1.11.0
torch~=1.12.1
inflect>=2.1.0
requests>=2.23.0
numpy>=1.18.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
importlib_resources~=5.7.1; python_version < '3.9'
setuptools>=57.4.0
pywordsegment>=0.2.1
torch~=1.11.0
torch>=1.11,<1.13
inflect>=2.1.0
requests>=2.23.0
numpy>=1.18.0
Expand Down

0 comments on commit 5898e64

Please sign in to comment.