diff options
| author | dependabot[bot] | 2024-09-30 09:03:26 +0000 |
|---|---|---|
| committer | GitHub | 2024-09-30 09:03:26 +0000 |
| commit | c50966beda066a15f5e9a4b1b9bc7e458dd42dfb (patch) | |
| tree | 09547310bde091380d24070864a801c8702872db | |
| parent | d55685f52a90e0cb232789ec6cf0ad68e696dd13 (diff) | |
| download | sec-certs-c50966beda066a15f5e9a4b1b9bc7e458dd42dfb.tar.gz sec-certs-c50966beda066a15f5e9a4b1b9bc7e458dd42dfb.tar.zst sec-certs-c50966beda066a15f5e9a4b1b9bc7e458dd42dfb.zip | |
chore(deps): bump torch from 2.1.1 to 2.2.0 in /requirements
Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.1.1...v2.2.0)
---
updated-dependencies:
- dependency-name: torch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | requirements/all_requirements.txt | 2 | ||||
| -rw-r--r-- | requirements/nlp_requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/all_requirements.txt b/requirements/all_requirements.txt index 1d3ee70a..13693653 100644 --- a/requirements/all_requirements.txt +++ b/requirements/all_requirements.txt @@ -728,7 +728,7 @@ toolz==0.12.0 # dask # datashader # partd -torch==2.1.1 +torch==2.2.0 # via # sentence-transformers # torchvision diff --git a/requirements/nlp_requirements.txt b/requirements/nlp_requirements.txt index 06708b8d..b6646873 100644 --- a/requirements/nlp_requirements.txt +++ b/requirements/nlp_requirements.txt @@ -558,7 +558,7 @@ toolz==0.12.0 # dask # datashader # partd -torch==2.1.1 +torch==2.2.0 # via # sentence-transformers # torchvision |
