Skip to content

Commit

Permalink
setup: bump scipy to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 4, 2020
1 parent 9f7d499 commit 676ecce
Show file tree
Hide file tree
Showing 4 changed files with 10,164 additions and 10,161 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.4.5
- setup: bump scipy to 1.4.0 (updated QHull in griddata)
0.4.4
- fix: correctly increment `count` in `_alg_fmp.py`
0.4.3
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
include_package_data=True,
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=[ "numpy >= 1.5.1", "scipy >= 0.8.0"],
install_requires=["numpy>=1.5.1",
"scipy>=1.4.0", # Updated QHull in griddata
],
setup_requires=['pytest-runner'],
tests_require=["pytest"],
python_requires='>=3.4, <4',
Expand Down

0 comments on commit 676ecce

Please sign in to comment.