From 3f6f874cae1a9c1cba628517e9bf1c340d16284c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:27:10 +0000 Subject: [PATCH] build(deps): bump scipy from 1.9.1 to 1.10.0 in /2022/seminars Bumps [scipy](https://github.com/scipy/scipy) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2022/seminars/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/seminars/requirements.txt b/2022/seminars/requirements.txt index 2de43fb..bceb322 100644 --- a/2022/seminars/requirements.txt +++ b/2022/seminars/requirements.txt @@ -7,7 +7,7 @@ numpy==1.23.3 pytorch-lightning==1.7.6 regex==2022.9.13 scikit-learn==1.1.2 -scipy==1.9.1 +scipy==1.10.0 sentencepiece==0.1.97 shap==0.41.0 seaborn==0.12.0