Skip to content

Commit

Permalink
Downgrade ipython as 6.0 is py3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jun 20, 2017
1 parent 5261ce9 commit ddbca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_version(filename):
'traits>=4.6.0,<4.7.0',
'croniter==0.3.8',
'pyinotify==0.9.6',
'ipython==6.0',
'ipython~=5.0',
'ansiconv==1.0',
'colorlog==2.6',
'future>=0.15.2',
Expand Down

0 comments on commit ddbca3d

Please sign in to comment.