2023-11-16 05:52:05 +00:00
|
|
|
--only-binary=:all:
|
|
|
|
build~=0.9; python_version=="3.6"
|
|
|
|
build~=1.0; python_version>="3.7"
|
|
|
|
numpy~=1.20.0; python_version=="3.7" and platform_python_implementation=="PyPy"
|
|
|
|
numpy~=1.23.0; python_version=="3.8" and platform_python_implementation=="PyPy"
|
|
|
|
numpy~=1.25.0; python_version=="3.9" and platform_python_implementation=='PyPy'
|
|
|
|
numpy~=1.19.3; platform_python_implementation!="PyPy" and python_version=="3.6"
|
|
|
|
numpy~=1.21.5; platform_python_implementation!="PyPy" and python_version>="3.7" and python_version<"3.10"
|
|
|
|
numpy~=1.22.2; platform_python_implementation!="PyPy" and python_version=="3.10"
|
2023-12-15 02:42:55 +00:00
|
|
|
numpy~=1.26.0; platform_python_implementation!="PyPy" and python_version>="3.11" and python_version<"3.13"
|
2023-11-16 05:52:05 +00:00
|
|
|
pytest~=7.0
|
2021-01-27 00:25:35 +00:00
|
|
|
pytest-timeout
|
2023-11-16 05:52:05 +00:00
|
|
|
scipy~=1.5.4; platform_python_implementation!="PyPy" and python_version<"3.10"
|
|
|
|
scipy~=1.8.0; platform_python_implementation!="PyPy" and python_version=="3.10"
|
2023-12-15 02:42:55 +00:00
|
|
|
scipy~=1.11.1; platform_python_implementation!="PyPy" and python_version>="3.11" and python_version<"3.13"
|