Commit 0e4b816c by Ned Batchelder

Pin versions of numpy and scipy

parent bcf260ce
...@@ -6,7 +6,7 @@ setup( ...@@ -6,7 +6,7 @@ setup(
packages=["calc"], packages=["calc"],
install_requires=[ install_requires=[
"pyparsing==2.0.1", "pyparsing==2.0.1",
"numpy", "numpy==1.6.2",
"scipy" "scipy==0.14.0",
], ],
) )
...@@ -6,8 +6,8 @@ setup( ...@@ -6,8 +6,8 @@ setup(
packages=["chem"], packages=["chem"],
install_requires=[ install_requires=[
"pyparsing==2.0.1", "pyparsing==2.0.1",
"numpy", "numpy==1.6.2",
"scipy", "scipy==0.14.0",
"nltk<3.0", "nltk==2.0.6",
], ],
) )
...@@ -5,6 +5,6 @@ setup( ...@@ -5,6 +5,6 @@ setup(
version="0.1", version="0.1",
packages=["symmath"], packages=["symmath"],
install_requires=[ install_requires=[
"sympy", "sympy==0.7.1",
], ],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment