From 527b227ba2a2bc6f7bc27950be1ad214587574fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:39:12 +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.2.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 fb1fc3b5..94eb94c8 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.3.0", "Pillow>=10.4.0, <10.5", "vbl-aquarium>=0.0.23", ]