Skip to content

Commit

Permalink
Relax ipython pinning to be < 6.
Browse files Browse the repository at this point in the history
This works fine on SLURM and SGE, which we could test on. Ping us
if this somehow causes an issue with other platforms.
  • Loading branch information
roryk committed Jan 29, 2018
1 parent f0a86ff commit 341ff8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools>=18.5
pyzmq>=2.1.11
ipython>=4.0.0
ipyparallel>=4.0.0
ipython<6.0.0
ipyparallel>=6.0.2
netifaces>=0.10.3
six>=1.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


setup(name="ipython-cluster-helper",
version="0.6.0",
version="0.6.1",
author="Rory Kirchner",
author_email="[email protected]",
description="Simplify IPython cluster start up and use for "
Expand Down

0 comments on commit 341ff8b

Please sign in to comment.