From f28c17ab93bf63b24960f05a285501b7bfee006f Mon Sep 17 00:00:00 2001 From: clee1152 Date: Wed, 2 Aug 2023 11:13:44 -0400 Subject: [PATCH] fix scipy mend issue (#988) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8532aaabf..7c8aa0b99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ fastavro>=1.0.0.post1 python-snappy>=0.5.4 charset-normalizer>=1.3.6 psutil>=4.0.0 -scipy>=1.4.1 +scipy>=1.10.0 requests>=2.28.1 networkx>=2.5.1 typing-extensions>=3.10.0.2