File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ version: 0.2
33phases :
44 pre_build :
55 commands :
6- - python setup.py develop
7- - pip install -e .[test]
6+ - pip install tox
87 build :
98 commands :
10- - tox tests/integ/
9+ - tox tests/integ/
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ version: 0.2
33phases :
44 pre_build :
55 commands :
6- - python setup.py develop
7- - pip install -e .[test]
6+ - pip install tox
87 build :
98 commands :
109 - tox tests/unit/
Original file line number Diff line number Diff line change 1+ sagemaker >= 1.42.8
12boto3 >= 1.9.213
2- sagemaker == 1.42.0
3+ pyyaml
Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ def read_version():
3030
3131# Declare minimal set for installation
3232required_packages = [
33+ "sagemaker>=1.42.8" ,
3334 "boto3>=1.9.213" ,
34- "sagemaker>=1.42.8 "
35+ "pyyaml "
3536]
3637
3738# enum is introduced in Python 3.4. Installing enum back port
@@ -67,7 +68,7 @@ def read_version():
6768 "tensorflow>=1.3.0" ,
6869 "mock>=2.0.0" ,
6970 "contextlib2==0.5.5" ,
70- "IPython"
71+ "IPython" ,
7172 ]
7273 }
7374)
You can’t perform that action at this time.
0 commit comments