From 1023d56c85ec99881efcfedcb32aedd433b3e94b Mon Sep 17 00:00:00 2001 From: David Vierra Date: Wed, 29 Apr 2015 03:26:13 -1000 Subject: [PATCH] Pin versions of pyside and numpy. PySide 1.2 changed to new-style signal mechanics NumPy 1.9.0 heavily optimized array indexing --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7e9bf5b..4e4edb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -pyside +pyside>=1.2.0 pyopengl cython ipython pygments pyzmq -numpy +numpy>=1.9.0 arrow