From 407d50ac00139bda1ef49ac7e0aeb1d873c13f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Capot=C4=83?= Date: Tue, 5 Mar 2019 11:11:47 -0800 Subject: [PATCH] dev: Remove obsolete Theano NumPy workaround Workaround in PR #408 obsoleted by Theano 1.0.4. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bae1ad4d0..e18aa78e3 100644 --- a/setup.py +++ b/setup.py @@ -124,12 +124,12 @@ def finalize_options(self): 'cython', 'mpi4py', 'nitime', - 'numpy<1.16', # See https://github.com/Theano/Theano/pull/6671 + 'numpy', 'scikit-learn[alldeps]>=0.18', 'scipy!=1.0.0', # See https://github.com/scipy/scipy/pull/8082 'statsmodels', 'pymanopt', - 'theano', + 'theano>=1.0.4', # See https://github.com/Theano/Theano/pull/6671 'pybind11>=1.7', 'psutil', 'nibabel',