Update setup.py for calc module.

We've been running with pyparsing 2.2.0 in production this whole time
so I'm pretty sure we can depend on this.
This commit is contained in:
Feanil Patel
2018-02-23 14:02:54 -05:00
parent b292bb43eb
commit c0b5916804

View File

@@ -5,7 +5,7 @@ setup(
version="0.2",
packages=["calc"],
install_requires=[
"pyparsing==2.0.7",
"pyparsing==2.2.0",
"numpy==1.6.2",
"scipy==0.14.0",
],