From d1db4760db18fb84a3c7e8caedbe87ac4b2a71f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:46:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20numpy=20requirement=20from?= =?UTF-8?q?=20>=3D2.3.5=20to=20>=3D2.4.4=20in=20/book?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/v2.3.5...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- book/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/pyproject.toml b/book/pyproject.toml index af352ac..492086c 100644 --- a/book/pyproject.toml +++ b/book/pyproject.toml @@ -9,6 +9,6 @@ dependencies = [ "evals", "matplotlib>=3.10.7", "pillow>=12.0.0", - "numpy>=2.3.5", + "numpy>=2.4.4", "fonttools>=4.60.1", ]