Skip to content

Commit cd46669

Browse files
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](pytorch/pytorch@v2.6.0...v2.8.0) Updates `torchvision` to 0.23.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.21.0...0.23.0) Updates `matplotlib` to 3.9.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.1...v3.9.4) Updates `pandas` to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.3) 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](pytorch/pytorch@v2.6.0...v2.8.0) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.3) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.3) 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](pytorch/pytorch@v2.6.0...v2.8.0) 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](joblib/joblib@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.3 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.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor 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: 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] <support@github.com>
1 parent e714e8e commit cd46669

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

covid19/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
torch~=2.6.0
2-
torchvision~=0.21.0
3-
matplotlib~=3.10.1
1+
torch~=2.8.0
2+
torchvision~=0.23.0
3+
matplotlib~=3.9.4

fraud-detection/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas~=2.2.3
1+
pandas~=2.3.3
22
scikit-learn~=1.6.1
33
imblearn~=0.0
44
xgboost~=2.1.4

rul-turbofan/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy==2.2.3
2-
pandas==2.2.3
2+
pandas==2.3.3
33
scikit-learn==1.6.1
4-
torch==2.6.0
5-
joblib==1.4.2
4+
torch==2.8.0
5+
joblib==1.5.2
66
matplotlib==3.10.1
77
seaborn==0.13.2

0 commit comments

Comments
 (0)