From 1773277c5c5c9452e6cdd06815a2679a1e04d073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:40:12 +0000 Subject: [PATCH] Bump torch from 1.0.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 1.13.1. - [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/v1.0.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54ecad3..3287492 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ faiss-cpu click scipy h5py -torch==1.0.0 +torch==1.13.1 torchvision==0.2.1 lxml sklearn diff --git a/setup.py b/setup.py index 0ad5ee0..f929f9f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires=['numba>=0.45', 'numpy>=1.13.3', 'pyteomics>=3.5.1', - 'torch==1.0.0', + 'torch==1.13.1', 'faiss-cpu>=1.5.3', 'more_itertools == 7.1.0'], platforms=['any'],