From bc7c92611d25a663567143ab01edcd787b7415d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Jul 2022 08:32:45 +0000 Subject: [PATCH] Bump numpy from 1.21.4 to 1.22.0 in /ACL2022 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.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.21.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ACL2022/requirements_for_toxic_spans_exps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL2022/requirements_for_toxic_spans_exps.txt b/ACL2022/requirements_for_toxic_spans_exps.txt index 3fc4e53..6847ca5 100644 --- a/ACL2022/requirements_for_toxic_spans_exps.txt +++ b/ACL2022/requirements_for_toxic_spans_exps.txt @@ -1,7 +1,7 @@ tensorflow==2.7.0 tensorflow-text==2.7.3 transformers==4.12.4 -numpy==1.21.4 +numpy==1.22.0 pandas==1.3.4 scikit-learn==1.0.1 lime==0.2.0.1