From d2d123fcc8c77c8cb88e16dd2d70f41a83902cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 14:12:38 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.5...v1.21.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..7022e794 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.21.0 seaborn==0.11.1 matplotlib==3.2.2 matplotlib-inline==0.1.3