Skip to content
Snippets Groups Projects
Commit 707f7cd9 authored by Loic Huder's avatar Loic Huder
Browse files

Added scipy version requirement to have spline tests working

parent 9fe6bd51
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,7 @@ setup(
description="A web-based plot tool to visualize Earth core flows",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
install_requires=["tornado", "numpy", "scipy", "h5py"],
setup_requires=["tornado", "numpy", "scipy", "h5py"],
install_requires=["tornado", "numpy", "scipy>1.1", "h5py"],
test_suite="webgeodyn.tests",
include_package_data=True,
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment