Limit Ipython version to stay compatible with python 2.7

This commit is contained in:
2017-04-27 13:49:14 +02:00
parent 59e2665de9
commit 1311cf3c63

View File

@ -3,4 +3,4 @@ Cython>=0.24
Sphinx>=1.2.0 Sphinx>=1.2.0
wheel>=0.24.0 wheel>=0.24.0
virtualenv>=1.11.0 virtualenv>=1.11.0
ipython>=3.0.0 ipython>=3.0.0 and <6