From 5f68b5321db5d9e58e89e909c8bfd1d9c26284bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Tue, 30 Apr 2019 15:52:37 +0200 Subject: [PATCH] Pinning scipy to 1.2.1 1.3.0rc1 is not compatible with salib --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ae22d3..2a520f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ numpy matplotlib pyyaml pandas>=0.23 -scipy>=1.2 +scipy==1.2.1 # scipy 1.3.0rc1 is not compatible with salib SALib>=1.3 Jinja2