From bf82b95d3d0c1810c487b0954a4a63467a57eade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:15:54 +0000 Subject: [PATCH] Update dependency numpy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 466d834d..c91f2404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ server = [ "ispyb>=10.2.4", # Responsible for setting requirements for SQLAlchemy and mysql-connector-python; "jinja2", "mrcfile", - "numpy<2", + "numpy<3", "packaging", "passlib", "pillow",