From 9c9279025e98e20e7889cd485547f06d47e16fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Sat, 19 Oct 2024 17:53:55 +0100 Subject: [PATCH] remove py3.9 leftover --- python/sdist/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sdist/pyproject.toml b/python/sdist/pyproject.toml index fd4e7e22b7..f768077172 100644 --- a/python/sdist/pyproject.toml +++ b/python/sdist/pyproject.toml @@ -17,7 +17,6 @@ requires-python = ">=3.10" dependencies = [ "cmake-build-extension==0.6.0", "sympy>=1.12.1", - "numpy>=1.19.3; python_version=='3.9'", "numpy>=1.21.4; python_version>='3.10'", "numpy>=1.23.2; python_version=='3.11'", "numpy>=1.26.2; python_version=='3.12'",