From 23565dbea6fe2fcb79ac12a983adb21e8b81559b Mon Sep 17 00:00:00 2001 From: Max Berrendorf Date: Mon, 12 Aug 2024 23:50:42 +0200 Subject: [PATCH] drop numpy requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3438fe9..8ae825e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ ] [project.optional-dependencies] -tests = ["numpy", "numpy<2; platform_system=='Windows'", "pytest", "coverage"] +tests = ["pytest", "coverage"] docs = [ # Sphinx >= 8.0 not supported by rtd theme, cf. https://github.com/readthedocs/sphinx_rtd_theme/issues/1582 "sphinx<8",