From 550376ded79cf7a2ca84ea6a74fc424fe0a2d629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:01:32 +0000 Subject: [PATCH] Bump numpy in /publications/intent-discovery-metrics Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- publications/intent-discovery-metrics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publications/intent-discovery-metrics/requirements.txt b/publications/intent-discovery-metrics/requirements.txt index 19dd7bc..d00df88 100644 --- a/publications/intent-discovery-metrics/requirements.txt +++ b/publications/intent-discovery-metrics/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.19.4 +numpy==1.22.0 scipy==1.5.4 scikit-learn==0.24.0