From ff7e1178884a0a3bb422e1c795e94d8af2b6d859 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 22 Aug 2025 14:37:00 -0400 Subject: [PATCH] Update dependencies in pyproject.toml --- tests/pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index a64b33d6b..d759d0b51 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -12,8 +12,6 @@ version = "0.0.1" dependencies = [ "pytest", "pytest-timeout", - "numpy; sys_platform != 'android'", - "scipy; sys_platform != 'android' and sys_platform != 'ios'", ] @@ -32,4 +30,4 @@ environment.PIP_ONLY_BINARY = "numpy,scipy" environment.PIP_PREFER_BINARY = "1" android.environment.ANDROID_API_LEVEL = "24" # Needed to include libc++ in the wheel. ios.xbuild-tools = ["cmake", "ninja"] -ios.environment.PIP_EXTRA_INDEX_URL = "https://pypi.anaconda.org/beeware/simple" +pyodide.test-requires = ["numpy", "scipy"]