We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b195b commit 3df7142Copy full SHA for 3df7142
pyproject.toml
@@ -49,7 +49,7 @@ dependencies = [
49
"psutil",
50
"PyYAML>=6.0.1",
51
"requests",
52
- "sagemaker-core>=1.0.30,<2.0.0",
+ "sagemaker-core>=1.0.17,<2.0.0",
53
"schema",
54
"smdebug_rulesconfig==1.0.1",
55
"tblib>=1.7.0,<4",
requirements/constraints.txt
@@ -3,11 +3,11 @@
3
4
# Core conflicts
5
importlib-metadata>=1.4.0,<9.0
6
-rich==13.7.0
+rich>=13.7.0
7
Flask-Limiter==3.5.0
8
9
# Additional constraints to ensure compatibility
10
-sagemaker-core==1.0.30
+sagemaker-core>=1.0.17
11
apache-airflow==3.0.3
12
apache-airflow-providers-amazon==7.2.1
13
0 commit comments