There was an error while loading. Please reload this page.
1 parent 662ead6 commit d886559Copy full SHA for d886559
requirements.txt
@@ -1,2 +1,3 @@
1
+sagemaker>=1.42.8
2
boto3>=1.9.213
-sagemaker==1.42.0
3
+pyyaml
setup.py
@@ -30,8 +30,9 @@ def read_version():
30
31
# Declare minimal set for installation
32
required_packages = [
33
+ "sagemaker>=1.42.8",
34
"boto3>=1.9.213",
- "sagemaker>=1.42.8"
35
+ "pyyaml"
36
]
37
38
# enum is introduced in Python 3.4. Installing enum back port
@@ -67,7 +68,7 @@ def read_version():
67
68
"tensorflow>=1.3.0",
69
"mock>=2.0.0",
70
"contextlib2==0.5.5",
- "IPython"
71
+ "IPython",
72
73
}
74
)
0 commit comments