Skip to content

Commit 630f6bc

Browse files
committed
Limit test deps on graalpy to available binary wheels
1 parent 892bf6e commit 630f6bc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tests/requirements.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
build~=1.0; python_version>="3.8"
33
numpy~=1.23.0; python_version=="3.8" and platform_python_implementation=="PyPy"
44
numpy~=1.25.0; python_version=="3.9" and platform_python_implementation=='PyPy'
5-
numpy~=1.21.5; platform_python_implementation!="PyPy" and python_version>="3.8" and python_version<"3.10"
6-
numpy~=1.22.2; platform_python_implementation!="PyPy" and python_version=="3.10"
7-
numpy~=1.26.0; platform_python_implementation!="PyPy" and python_version>="3.11" and python_version<"3.13"
5+
numpy~=1.26.0; platform_python_implementation=="GraalVM" and sys_platform=="linux"
6+
numpy~=1.21.5; platform_python_implementation!="PyPy" and platform_python_implementation!="GraalVM" and python_version>="3.8" and python_version<"3.10"
7+
numpy~=1.22.2; platform_python_implementation!="PyPy" and platform_python_implementation!="GraalVM" and python_version=="3.10"
8+
numpy~=1.26.0; platform_python_implementation!="PyPy" and platform_python_implementation!="GraalVM" and python_version>="3.11" and python_version<"3.13"
89
pytest~=7.0
910
pytest-timeout
10-
scipy~=1.5.4; platform_python_implementation!="PyPy" and python_version<"3.10"
11-
scipy~=1.8.0; platform_python_implementation!="PyPy" and python_version=="3.10" and sys_platform!='win32'
12-
scipy~=1.11.1; platform_python_implementation!="PyPy" and python_version>="3.11" and python_version<"3.13" and sys_platform!='win32'
11+
scipy~=1.5.4; platform_python_implementation!="PyPy" and platform_python_implementation!="GraalVM" and python_version<"3.10"
12+
scipy~=1.8.0; platform_python_implementation!="PyPy" and platform_python_implementation!="GraalVM" and python_version=="3.10" and sys_platform!='win32'
13+
scipy~=1.11.1; platform_python_implementation!="PyPy" and platform_python_implementation!="GraalVM" and python_version>="3.11" and python_version<"3.13" and sys_platform!='win32'

0 commit comments

Comments
 (0)