From 552e694437d0aa3b5530e7489710becc16c1f87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:31:41 +0000 Subject: [PATCH] Bump numpy in /Module-3/classes/000-Streamlit/credit_scoring Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Module-3/classes/000-Streamlit/credit_scoring/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module-3/classes/000-Streamlit/credit_scoring/requirements.txt b/Module-3/classes/000-Streamlit/credit_scoring/requirements.txt index 5eb726f..a025fdd 100644 --- a/Module-3/classes/000-Streamlit/credit_scoring/requirements.txt +++ b/Module-3/classes/000-Streamlit/credit_scoring/requirements.txt @@ -2,7 +2,7 @@ streamlit==0.59.0 shap==0.34.0 pandas==1.0.3 matplotlib==3.2.1 -numpy==1.18.2 +numpy==1.22.0 seaborn==0.9.0 Pillow==8.3.2 scikit_learn==0.22.2.post1