From fc9c8b831c4dbd2f4004dee78bab7c3cabcc3660 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Sat, 5 Sep 2015 13:00:35 -1000 Subject: [PATCH] Pin some requirements. These two both moved ahead and became incompatible with each other, and IPython 4 is incompatible with MCEdit. --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e4edb4..0395780 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ pyside>=1.2.0 pyopengl cython -ipython +# path.py 8.1 isn't compatible with IPython 3 +path.py==7.7.1 +ipython==3.2.1 pygments pyzmq numpy>=1.9.0