From dc4c9082e9ba8122580edb07d3eb85e622e7f027 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Wed, 29 Aug 2012 14:36:10 -0400 Subject: [PATCH] Removes cvxopt from pip installs. It appears that cvxopt is uninstallable via pip in it's current state. --- etc/requirements_sci.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/requirements_sci.txt b/etc/requirements_sci.txt index 294459d9..f138534c 100644 --- a/etc/requirements_sci.txt +++ b/etc/requirements_sci.txt @@ -15,7 +15,6 @@ Cython==0.15.1 patsy==0.1.0 statsmodels>=0.5.0 scikit-learn==0.11 -cvxopt==1.1.5 # ZeroMQ pyzmq==2.1.11