From ebbd63862dbab14e77f3e71a2c0751c2f0331587 Mon Sep 17 00:00:00 2001 From: Philipp Hanslovsky Date: Mon, 3 Jun 2019 08:36:49 -0400 Subject: [PATCH] Restrict scipy version to <1.3.0 See TuragaLab/malis#8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4570814..2116fdc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ 'pip>=18.1', 'scikit-image>=0.14.1', 'numpy>=1.15.4', - 'scipy>=1.1.0', + 'scipy>=1.1.0, <1.3.0', 'malis-pre-release', 'gunpowder @ git+https://github.com/funkey/gunpowder@721718b6569b47a2f5d5d6633c76c85f779e25c7', 'daisy @ git+https://github.com/funkelab/daisy@41130e58582ae05d01d26261786de0cbafaa6482',