From c4854e5feafe54c53b8bbc539656b5081823b413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:19:34 +0000 Subject: [PATCH] build(deps): update numpy requirement Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.5...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 48e352e..7f3a9a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ geopandas>=0.10.2 gymnasium>=0.28.0 joblib>=1.3.2 matplotlib>=3.7.0 -numpy>=1.21.5, <=2.1.1 +numpy>=1.21.5, <=2.2.2 pandas>=1.5.3 protobuf<=3.20.3 pygame>=2.5.2