From 5e345803fa3019e52c595659afbd8a8355e3d5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 14:00:06 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /DiffusionNER Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 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.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- DiffusionNER/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiffusionNER/requirements.txt b/DiffusionNER/requirements.txt index 0b6b261..cd0830c 100644 --- a/DiffusionNER/requirements.txt +++ b/DiffusionNER/requirements.txt @@ -3,7 +3,7 @@ transformers==4.20.1 tqdm==4.54.0 Jinja2==3.0.1 scikit-learn==0.23.2 -numpy==1.19.2 +numpy==1.22.0 scipy==1.5.4 pynvml==8.0.4 tensorboard==2.13.0 \ No newline at end of file