From 70c580b3be157471027eef042b4ba89ab6c9bbce Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 27 Aug 2020 14:30:26 -0700 Subject: [PATCH] Relax scipy version requirement to simply a minimum version, rather than exact. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8c97aa51..6fd01535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ progressbar2 pyjson5 pytest pyyaml -scipy==1.2.1 +scipy>=1.2.1 simplejson sympy textx