From a2dbc4db785ce64ac80080cc7cc52c5e04edbc57 Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Fri, 18 Jan 2013 11:12:40 +1300 Subject: [PATCH] fix for pyparsing python 3 update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69f0ef2..98af2e7 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ problems. "README.CoinMP.txt", ], 'pulp.solverdir' : ['*','*.*']}, - install_requires = ['pyparsing>=1.5.2'], + install_requires = ['pyparsing<=1.9.9'], entry_points = (""" [console_scripts] pulptest = pulp:pulpTestAll