There was an error while loading. Please reload this page.
1 parent 2a104d3 commit 0b5e6f1Copy full SHA for 0b5e6f1
requirements.txt
@@ -1,3 +1,3 @@
1
-sagemaker>=1.71.0
+sagemaker>=1.71.0,<2.0.0
2
boto3>=1.9.213
3
pyyaml
setup.py
@@ -30,7 +30,7 @@ def read_version():
30
31
# Declare minimal set for installation
32
required_packages = [
33
- "sagemaker>=1.42.8",
+ "sagemaker>=1.71.0,<2.0.0",
34
"boto3>=1.9.213",
35
"pyyaml"
36
]
0 commit comments