Skip to content

Commit 5568568

Browse files
mjuganlaurenyu
authored andcommitted
Change minimum required scipy dependency from 1.0.0 to 0.19.0 (#233)
1 parent 15a736d commit 5568568

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
CHANGELOG
33
=========
44

5-
+1.5.1dev
6-
+========
5+
1.5.1dev
6+
========
77

88
* enhancement: Let Framework models reuse code uploaded by Framework estimators
99
* enhancement: Unify generation of model uploaded code location
10+
* feature: Change minimum required scipy from 1.0.0 to 0.19.0
1011

1112
1.5.0
1213
=====

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read(fname):
4444
],
4545

4646
# Declare minimal set for installation
47-
install_requires=['boto3>=1.4.8', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=1.0.0', 'urllib3>=1.2',
47+
install_requires=['boto3>=1.4.8', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0', 'urllib3>=1.2',
4848
'PyYAML>=3.2'],
4949

5050
extras_require={

0 commit comments

Comments
 (0)