From c9638d9d42dff82f758ca5257db1cb562f40f2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:08:10 +0000 Subject: [PATCH] Bump numpy from 2.2.0 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.0 to 2.2.1. - [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/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- coling2025/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coling2025/requirements.txt b/coling2025/requirements.txt index 95f99c5..3f223d7 100644 --- a/coling2025/requirements.txt +++ b/coling2025/requirements.txt @@ -1,5 +1,5 @@ evalica==0.3.2 -numpy==2.2.0 +numpy==2.2.1 pandas==2.2.3 pyarrow==18.1.0 scikit-learn==1.6.0