diff --git a/common/lib/calc/setup.py b/common/lib/calc/setup.py index b4f97e5f16..9354bb7b83 100644 --- a/common/lib/calc/setup.py +++ b/common/lib/calc/setup.py @@ -5,7 +5,7 @@ setup( version="0.2", packages=["calc"], install_requires=[ - "pyparsing==2.0.1", + "pyparsing==2.0.7", "numpy==1.6.2", "scipy==0.14.0", ], diff --git a/common/lib/chem/setup.py b/common/lib/chem/setup.py index c15c026197..b53a3f7c43 100644 --- a/common/lib/chem/setup.py +++ b/common/lib/chem/setup.py @@ -5,7 +5,7 @@ setup( version="0.1.1", packages=["chem"], install_requires=[ - "pyparsing==2.0.1", + "pyparsing==2.0.7", "numpy==1.6.2", "scipy==0.14.0", "nltk==2.0.6", diff --git a/requirements/edx-sandbox/base.txt b/requirements/edx-sandbox/base.txt index 5e59e1fe92..efa01d17ae 100644 --- a/requirements/edx-sandbox/base.txt +++ b/requirements/edx-sandbox/base.txt @@ -7,7 +7,7 @@ numpy==1.6.2 networkx==1.7 sympy==0.7.1 -pyparsing==2.0.1 +pyparsing==2.0.7 matplotlib==1.3.1 # We forked NLTK just to make it work with setuptools instead of distribute diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index f5bb4b96df..40d9840c90 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -81,7 +81,7 @@ pygments==2.0.1 pygraphviz==1.1 PyJWT==1.4.0 pymongo==2.9.1 -pyparsing==2.0.1 +pyparsing==2.0.7 python-memcached==1.48 python-openid==2.2.5 python-dateutil==2.1