From b4c1592251dee6f348851585fa5ad985aa05f339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Fri, 12 Apr 2024 08:53:24 +0200 Subject: [PATCH] TST: pin runtime requirement to numpy>=2.0.0rc1 to see which of our optional dependencies still lack compat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee704ddb02..3e2da177a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "ipywidgets>=8.0.0", "matplotlib>=3.5", "more-itertools>=8.4", - "numpy>=1.19.3, <3", # keep minimal requirement in sync with NPY_TARGET_VERSION + "numpy>=2.0.0rc1, <3", # keep minimal requirement in sync with NPY_TARGET_VERSION "packaging>=20.9", "pillow>=8.0.0", "tomli-w>=0.4.0",