From 341ff8be45f1c5d2069e5d5aa4f572c848f0fce8 Mon Sep 17 00:00:00 2001 From: roryk Date: Mon, 29 Jan 2018 15:17:19 -0500 Subject: [PATCH] Relax ipython pinning to be < 6. This works fine on SLURM and SGE, which we could test on. Ping us if this somehow causes an issue with other platforms. --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f000400..eea633e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 9cbff92..d0ecd3f 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name="ipython-cluster-helper", - version="0.6.0", + version="0.6.1", author="Rory Kirchner", author_email="rory.kirchner@gmail.com", description="Simplify IPython cluster start up and use for "