Commit 0e4b816c by Ned Batchelder

Pin versions of numpy and scipy

parent bcf260ce
......@@ -6,7 +6,7 @@ setup(
packages=["calc"],
install_requires=[
"pyparsing==2.0.1",
"numpy",
"scipy"
"numpy==1.6.2",
"scipy==0.14.0",
],
)
......@@ -6,8 +6,8 @@ setup(
packages=["chem"],
install_requires=[
"pyparsing==2.0.1",
"numpy",
"scipy",
"nltk<3.0",
"numpy==1.6.2",
"scipy==0.14.0",
"nltk==2.0.6",
],
)
......@@ -5,6 +5,6 @@ setup(
version="0.1",
packages=["symmath"],
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