From e54b3f50e3b9d6b9d5644c6c0fb52118e3e73f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 14:57:40 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../recommender-system-using-association-rules/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/recommender-system-using-association-rules/requirements.txt b/machine-learning/recommender-system-using-association-rules/requirements.txt index 7528beee..2e178067 100644 --- a/machine-learning/recommender-system-using-association-rules/requirements.txt +++ b/machine-learning/recommender-system-using-association-rules/requirements.txt @@ -1,6 +1,6 @@ pandas==1.1.5 mlxtend==0.14.0 -numpy==1.19.5 +numpy==1.22.0 seaborn==0.11.1 matplotlib==3.2.2 matplotlib-inline==0.1.3