From b93d3490c8bafdcb5d6022d7de73000a9ea8c6ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Jun 2022 17:09:05 +0100 Subject: [PATCH] Update scipy from 1.7.3 to 1.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9043df7e..6c9a59aed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ brotli==1.0.9; platform_python_implementation != "PyPy" brotlicffi==1.0.9.2; platform_python_implementation == "PyPy" unicodedata2==14.0.0; python_version < '3.11' -scipy==1.7.3; platform_python_implementation != "PyPy" +scipy==1.8.1; platform_python_implementation != "PyPy" munkres==1.1.4; platform_python_implementation == "PyPy" zopfli==0.1.9 fs==2.4.14