From fc85c214a0fe7f30ddca352c5373eb0a9701a7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 14:00:07 +0000 Subject: [PATCH] Bump scipy from 1.10.1 to 1.16.3 in /requirements Bumps [scipy](https://github.com/scipy/scipy) from 1.10.1 to 1.16.3. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.10.1...v1.16.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 05568fb..4d8f9b9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ pandas==1.5.3 # for data manipulation kaggle==1.7.4.5 # for Kaggle api access seaborn==0.13.2 # for data visualization scikit-learn==1.5.1 # for machine learning algorithms -scipy==1.10.1 # for scientific computing +scipy==1.16.3 # for scientific computing shap==0.43.0 # for model interpretability openpyxl==3.1.5 # for Excel file support from kaggle datasets