From 1a0fd307cdb84ef49ea2ebfadeb6fa4bf4d7c73a Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 21 Aug 2025 17:54:14 -0400 Subject: [PATCH] Update pyproject.toml --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 7eca90894..9ae0f391b 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -12,7 +12,7 @@ version = "0.0.1" dependencies = [ "pytest", "pytest-timeout", - "numpy; sys_platform != 'android' and (sys_platform != 'ios' or python_version < '3.14')", + "numpy; sys_platform != "android" and not (sys_platform == "ios" and python_version >= "3.14")", "scipy; sys_platform != 'android' and sys_platform != 'ios'", ]