From 56698a87a788db9008f03865ea7c4e4b4d6c033f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:21:18 +0000 Subject: [PATCH] chore(deps): bump the py-dependencies group across 3 directories with 5 updates Updates the requirements on [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [matplotlib](https://github.com/matplotlib/matplotlib), [pandas](https://github.com/pandas-dev/pandas) and [joblib](https://github.com/joblib/joblib) to permit the latest version. Updates `torch` to 2.8.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.6.0...v2.8.0) Updates `torchvision` to 0.23.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.21.0...0.23.0) Updates `matplotlib` to 3.9.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.1...v3.9.4) Updates `pandas` to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.2) Updates `torch` from 2.6.0 to 2.8.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.6.0...v2.8.0) Updates `pandas` from 2.2.3 to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.2) Updates `joblib` from 1.4.2 to 1.5.2 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.4.2...1.5.2) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torchvision dependency-version: 0.23.0 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: matplotlib dependency-version: 3.9.4 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: joblib dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies ... Signed-off-by: dependabot[bot] --- covid19/requirements.txt | 6 +++--- fraud-detection/requirements.txt | 2 +- rul-turbofan/requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/covid19/requirements.txt b/covid19/requirements.txt index 18ba1c3..b430c63 100644 --- a/covid19/requirements.txt +++ b/covid19/requirements.txt @@ -1,3 +1,3 @@ -torch~=2.6.0 -torchvision~=0.21.0 -matplotlib~=3.10.1 +torch~=2.8.0 +torchvision~=0.23.0 +matplotlib~=3.9.4 diff --git a/fraud-detection/requirements.txt b/fraud-detection/requirements.txt index 73d7162..5acb188 100644 --- a/fraud-detection/requirements.txt +++ b/fraud-detection/requirements.txt @@ -1,4 +1,4 @@ -pandas~=2.2.3 +pandas~=2.3.2 scikit-learn~=1.6.1 imblearn~=0.0 xgboost~=2.1.4 diff --git a/rul-turbofan/requirements.txt b/rul-turbofan/requirements.txt index 07521cf..0e98811 100644 --- a/rul-turbofan/requirements.txt +++ b/rul-turbofan/requirements.txt @@ -1,7 +1,7 @@ numpy==2.2.3 -pandas==2.2.3 +pandas==2.3.2 scikit-learn==1.6.1 -torch==2.6.0 -joblib==1.4.2 +torch==2.8.0 +joblib==1.5.2 matplotlib==3.10.1 seaborn==0.13.2