Skip to content

Commit 15f37b0

Browse files
committed
Update verison to 2.0.0
1 parent 3013c34 commit 15f37b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
2.0.0

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sagemaker>=2.0.0
2-
boto3>=1.9.213
1+
sagemaker>=2.1.0
2+
boto3>=1.14.38
33
pyyaml

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def read_version():
3030

3131
# Declare minimal set for installation
3232
required_packages = [
33-
"sagemaker>=1.42.8",
34-
"boto3>=1.9.213",
33+
"sagemaker>=2.1.0",
34+
"boto3>=1.14.38",
3535
"pyyaml"
3636
]
3737

0 commit comments

Comments
 (0)