From 981dfd51941b351dc04b6ce4bae759c52fd11cdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 07:00:07 +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 50727a228..0e9c0ced3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ server = [ "ispyb", # Responsible for setting requirements for SQLAlchemy and mysql-connector-python; v10.0.0: sqlalchemy <2, mysql-connector-python >=8.0.32 "jinja2", "mrcfile", - "numpy<2", + "numpy<3", "packaging", "passlib", "pillow",