From aa4195a8077b1911bff4cf0c53ac0b8e81f048f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:59:03 +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.16.0...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa0e02f98..adf2f3c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tf = [ "tensorflow>=2.11.0,<2.16.0", "tf2onnx>=1.16.0,<2.0.0", # cf. https://github.com/onnx/tensorflow-onnx/releases/tag/v1.16.0 # TODO: This is a temporary fix until we can upgrade to a newer version of tensorflow - "numpy>=1.16.0,<2.0.0", + "numpy>=1.16.0,<3.0.0", ] torch = [ "torch>=1.12.0,<3.0.0",