Skip to content

Commit 56a7a97

Browse files
dependabot[bot]SammyOina
authored andcommitted
chore(deps): bump the py-dependencies group across 3 directories with 6 updates
Updates the requirements on [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [matplotlib](https://github.com/matplotlib/matplotlib), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [xgboost](https://github.com/dmlc/xgboost) and [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `torch` to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.5.1...v2.6.0) Updates `torchvision` to 0.21.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.20.1...v0.21.0) Updates `matplotlib` to 3.10.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.2...v3.10.1) Updates `scikit-learn` to 1.6.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.2...1.6.1) Updates `xgboost` to 2.1.4 - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](dmlc/xgboost@v2.1.2...v2.1.4) Updates `torch` from 2.5.1 to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.5.1...v2.6.0) Updates `matplotlib` from 3.9.2 to 3.10.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.2...v3.10.1) Updates `scikit-learn` from 1.5.2 to 1.6.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.2...1.6.1) Updates `numpy` from 2.1.2 to 2.2.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.1.2...v2.2.3) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torchvision dependency-type: direct:production dependency-group: py-dependencies - dependency-name: matplotlib dependency-type: direct:production dependency-group: py-dependencies - dependency-name: scikit-learn dependency-type: direct:production dependency-group: py-dependencies - dependency-name: xgboost dependency-type: direct:production dependency-group: py-dependencies - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2189a3d commit 56a7a97

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.5.1
2-
torchvision~=0.20.1
3-
matplotlib~=3.9.2
1+
torch~=2.6.0
2+
torchvision~=0.21.0
3+
matplotlib~=3.10.1

fraud-detection/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandas~=2.2.3
2-
scikit-learn~=1.5.2
2+
scikit-learn~=1.6.1
33
imblearn~=0.0
4-
xgboost~=2.1.2
4+
xgboost~=2.1.4
55
seaborn~=0.13.2

rul-turbofan/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
numpy==2.1.2
1+
numpy==2.2.3
22
pandas==2.2.3
3-
scikit-learn==1.5.2
4-
torch==2.5.1
3+
scikit-learn==1.6.1
4+
torch==2.6.0
55
joblib==1.4.2
6-
matplotlib==3.9.2
6+
matplotlib==3.10.1
77
seaborn==0.13.2

0 commit comments

Comments
 (0)