From 109c623abb9b9ab7589425ca560d2ccdaf22d2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:10:50 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the /handson-ml-master directory: | Package | From | To | | --- | --- | --- | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `0.20.3` | `1.5.0` | | [tensorflow](https://github.com/tensorflow/tensorflow) | `1.13.1` | `2.12.1` | | [pillow](https://github.com/python-pillow/Pillow) | `10.0.1` | `10.3.0` | | [numexpr](https://github.com/pydata/numexpr) | `2.6.9` | `2.8.5` | | [nltk](https://github.com/nltk/nltk) | `3.4.5` | `3.9` | | [tqdm](https://github.com/tqdm/tqdm) | `4.31.1` | `4.66.3` | Updates `scikit-learn` from 0.20.3 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.20.3...1.5.0) Updates `tensorflow` from 1.13.1 to 2.12.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.13.1...v2.12.1) Updates `pillow` from 10.0.1 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.3.0) Updates `numexpr` from 2.6.9 to 2.8.5 - [Release notes](https://github.com/pydata/numexpr/releases) - [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst) - [Commits](https://github.com/pydata/numexpr/compare/v2.6.9...v2.8.5) Updates `nltk` from 3.4.5 to 3.9 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.9) Updates `tqdm` from 4.31.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.31.1...v4.66.3) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: tensorflow dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: numexpr dependency-version: 2.8.5 dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-version: '3.9' dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- handson-ml-master/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/handson-ml-master/requirements.txt b/handson-ml-master/requirements.txt index 0a885c1..13f84ad 100644 --- a/handson-ml-master/requirements.txt +++ b/handson-ml-master/requirements.txt @@ -27,13 +27,13 @@ ##### Core scientific packages jupyter==1.0.0 matplotlib==3.0.3 -numpy==1.16.2 +numpy==2.4.1 pandas==0.24.1 scipy==1.10.0 ##### Machine Learning packages -scikit-learn==0.20.3 +scikit-learn==1.5.0 # Optional: the XGBoost library is only used in the ensemble learning chapter. xgboost==0.82 @@ -45,7 +45,7 @@ xgboost==0.82 # you need a GPU card with CUDA Compute Capability 3.0 or higher support, and # you must install CUDA, cuDNN and more: see tensorflow.org for the detailed # installation instructions. -tensorflow==1.13.1 +tensorflow==2.12.1 #tensorflow-gpu==1.13.1 @@ -59,7 +59,7 @@ tensorflow==1.13.1 ##### Image manipulation imageio==2.5.0 -Pillow==10.0.1 +Pillow==10.3.0 scikit-image==0.14.2 @@ -70,13 +70,13 @@ scikit-image==0.14.2 # May be useful with Pandas for complex "where" clauses (e.g., Pandas # tutorial). -numexpr==2.6.9 +numexpr==2.8.5 # Optional: these libraries can be useful in the classification chapter, # exercise 4. -nltk==3.4.5 +nltk==3.9 urlextract==0.9 # Optional: tqdm displays nice progress bars, ipywidgets for tqdm's notebook support -tqdm==4.31.1 +tqdm==4.66.3 ipywidgets==7.4.2