From 1f24bc2154cddd4786eaf3cff06d3e0575325fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:35:46 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.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.0.1...v2.2.0) --- 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 20c5679..c15add1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ joblib==1.3.2 pandas==2.0.3 pytest==7.4.0 scikit-learn==1.3.0 -torch==2.0.1 \ No newline at end of file +torch==2.2.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 15450ca..4f4f4c5 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def run_tests(self): # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=["torch==2.0.1", "pandas==2.0.3", + install_requires=["torch==2.2.0", "pandas==2.0.3", "joblib==1.3.2", "scikit-learn==1.3.0",], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,