From 17ff3eef821f0aeed108b62329d0f6f8ed525a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:27:33 +0000 Subject: [PATCH] chore(deps): bump scipy from 1.10.1 to 1.13.1 in /requirements Bumps [scipy](https://github.com/scipy/scipy) from 1.10.1 to 1.13.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.10.1...v1.13.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.13.1 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 995b33e..cc41519 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 # for machine learning algorithms -scipy==1.10.1 # for scientific computing +scipy==1.13.1 # for scientific computing shap==0.48.0 # for model interpretability openpyxl==3.1.5 # for Excel file support from kaggle datasets