ignore pypy in some requirement

This commit is contained in:
shenjack 2023-06-17 16:17:07 +08:00
parent 14206ecf14
commit b1fc9495fe
3 changed files with 10 additions and 7 deletions

View File

@ -3,7 +3,8 @@
# DR build (by nuitka) # DR build (by nuitka)
# for images # for images
pillow >= 9.5.0 # not for pypy >= 3.10
pillow >= 9.5.0; platform_python_implementation == "PyPy" and python_version < "3.10"
# for sys info # for sys info
psutil >= 5.9.5 psutil >= 5.9.5
@ -19,7 +20,7 @@ objprint >= 0.2.2
# for compile # for compile
nuitka >= 1.6.3 nuitka >= 1.6.3
ordered-set >= 4.1.0 ordered-set >= 4.1.0
imageio >= 2.31.0 imageio >= 2.31.0; platform_python_implementation == "PyPy" and python_version < "3.10"
wheel >= 0.40.0 wheel >= 0.40.0
setuptools >= 67.8.0 setuptools >= 67.8.0
setuptools-rust >= 1.6.0 setuptools-rust >= 1.6.0

View File

@ -4,7 +4,8 @@
# DR contributing # DR contributing
# for images # for images
pillow >= 9.5.0 # not for pypy >= 3.10
pillow >= 9.5.0; platform_python_implementation == "PyPy" and python_version < "3.10"
# for sys info # for sys info
psutil >= 5.9.5 psutil >= 5.9.5
@ -16,13 +17,13 @@ defusedxml >= 0.7.1
# for debug # for debug
objprint >= 0.2.2 objprint >= 0.2.2
viztracer >= 0.15.6 viztracer >= 0.15.6; platform_python_implementation != "PyPy"
vizplugins >= 0.1.3 vizplugins >= 0.1.3; platform_python_implementation != "PyPy"
# for compile # for compile
nuitka >= 1.6.3 nuitka >= 1.6.3
ordered-set >= 4.1.0 ordered-set >= 4.1.0
imageio >= 2.31.0 imageio >= 2.31.0; platform_python_implementation == "PyPy" and python_version < "3.10"
wheel >= 0.40.0 wheel >= 0.40.0
setuptools >= 67.8.0 setuptools >= 67.8.0
setuptools-rust >= 1.6.0 setuptools-rust >= 1.6.0

View File

@ -2,7 +2,8 @@
# DR basic running from source # DR basic running from source
# for images # for images
pillow >= 9.5.0 # not for pypy >= 3.10
pillow >= 9.5.0; platform_python_implementation == "PyPy" and python_version < "3.10"
# for sys info # for sys info
psutil >= 5.9.5 psutil >= 5.9.5