From 2de7c5282f329dea4a6730b0d914b8362c948fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:27:27 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /API 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.23.3...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/pyproject.toml b/API/pyproject.toml index 850b34d0..ad077aeb 100644 --- a/API/pyproject.toml +++ b/API/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "pydantic>=2.7.0", "python-socketio[client]>=5.8, <5.12", - "numpy>=1.23.3, <1.27.0", + "numpy>=1.23.3, <2.2.0", "Pillow>=10.4.0, <10.5", "vbl-aquarium>=0.0.15", ]