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:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user