aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot]2024-07-25 11:48:22 +0000
committerGitHub2024-07-25 11:48:22 +0000
commita4bbec7b5bca2d9969dfa09fe4dde74c8879ef88 (patch)
treeba2cdef75ba274256db9df249eab708e2c5241f0
parentda10d504ed651dfb4fe8cd8f371c8c3e3e582bf4 (diff)
downloadsec-certs-a4bbec7b5bca2d9969dfa09fe4dde74c8879ef88.tar.gz
sec-certs-a4bbec7b5bca2d9969dfa09fe4dde74c8879ef88.tar.zst
sec-certs-a4bbec7b5bca2d9969dfa09fe4dde74c8879ef88.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.txt2
-rw-r--r--requirements/nlp_requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/all_requirements.txt b/requirements/all_requirements.txt
index 42c8335c..a6792a65 100644
--- a/requirements/all_requirements.txt
+++ b/requirements/all_requirements.txt
@@ -713,7 +713,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 002d7f47..036608e1 100644
--- a/requirements/nlp_requirements.txt
+++ b/requirements/nlp_requirements.txt
@@ -552,7 +552,7 @@ toolz==0.12.0
# dask
# datashader
# partd
-torch==2.1.1
+torch==2.2.0
# via
# sentence-transformers
# torchvision