From 31b9a8cbfb90591b8052100c7e95ac42dee0ef10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:32:31 +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.0.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 70aaa566..bb061c31 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.1.0", "Pillow>=9.5, <10.4", "vbl-aquarium>=0.0.15", ]