Skip to content

Commit

Permalink
got rid of scipy>=1.1 requirement...
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Jul 19, 2018
1 parent 8754fde commit b8cbf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def package_files(package_dir, subdirectory):
'packages': ['hera_pspec'],
'package_dir': {'hera_pspec': 'hera_pspec'},
'package_data': {'hera_pspec': data_files},
'install_requires': ['numpy>=1.14', 'scipy>=1.1','matplotlib>=2.2'],
'install_requires': ['numpy>=1.14', 'scipy','matplotlib>=2.2'],
'include_package_data': True,
'scripts': ['scripts/pspec_run.py', 'scripts/pspec_red.py',
'pipelines/idr2_preprocessing/preprocess_data.py',
Expand Down

0 comments on commit b8cbf28

Please sign in to comment.