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',