diff --git a/requirement-build.txt b/requirement-build.txt index 8b81c55..b39cbc8 100644 --- a/requirement-build.txt +++ b/requirement-build.txt @@ -3,7 +3,8 @@ # DR build (by nuitka) # 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 psutil >= 5.9.5 @@ -19,7 +20,7 @@ objprint >= 0.2.2 # for compile nuitka >= 1.6.3 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 setuptools >= 67.8.0 setuptools-rust >= 1.6.0 diff --git a/requirement-dev.txt b/requirement-dev.txt index 3c2d6f6..e135967 100644 --- a/requirement-dev.txt +++ b/requirement-dev.txt @@ -4,7 +4,8 @@ # DR contributing # 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 psutil >= 5.9.5 @@ -16,13 +17,13 @@ defusedxml >= 0.7.1 # for debug objprint >= 0.2.2 -viztracer >= 0.15.6 -vizplugins >= 0.1.3 +viztracer >= 0.15.6; platform_python_implementation != "PyPy" +vizplugins >= 0.1.3; platform_python_implementation != "PyPy" # for compile nuitka >= 1.6.3 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 setuptools >= 67.8.0 setuptools-rust >= 1.6.0 diff --git a/requirement.txt b/requirement.txt index ac42cd7..8d8ba55 100644 --- a/requirement.txt +++ b/requirement.txt @@ -2,7 +2,8 @@ # DR basic running from source # 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 psutil >= 5.9.5