From 0c87cbad6e21c0f2511cdfc70ad7e1a572e84017 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 17 Sep 2023 17:30:36 +0300 Subject: [PATCH] Bump scipy for Python 3.12 support --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44e36fce4..fac9e0e9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,8 @@ brotli==1.0.9; platform_python_implementation != "PyPy" brotlicffi==1.0.9.2; platform_python_implementation == "PyPy" unicodedata2==15.0.0; python_version <= '3.11' -scipy==1.10.0; platform_python_implementation != "PyPy" +scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' +scipy==1.11.2; platform_python_implementation != "PyPy" and python_version >= '3.9' munkres==1.1.4; platform_python_implementation == "PyPy" zopfli==0.2.1 fs==2.4.16