From 3d1e5435b92e85090e2a2c34744708418beda0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 09:04:41 +0000 Subject: [PATCH] Bump numpy from 1.8.0 to 1.22.0 in /SIMLR_PY Bumps [numpy](https://github.com/numpy/numpy) from 1.8.0 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.8.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SIMLR_PY/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SIMLR_PY/requirements.txt b/SIMLR_PY/requirements.txt index c2f9021..cc9ae0f 100644 --- a/SIMLR_PY/requirements.txt +++ b/SIMLR_PY/requirements.txt @@ -1,5 +1,5 @@ fbpca==1.0 -numpy==1.8.0 +numpy==1.22.0 scikit-learn==0.17.1 scipy==0.13.2 annoy==1.8.0