We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8054970 commit ed44bd8Copy full SHA for ed44bd8
tests/integ/test_inference_recommender.py
@@ -37,7 +37,7 @@
37
IR_SKLEARN_DATA = os.path.join(IR_DIR, "sample.csv")
38
IR_SKLEARN_CONTENT_TYPE = ["text/csv"]
39
IR_SKLEARN_FRAMEWORK = "SAGEMAKER-SCIKIT-LEARN"
40
-IR_SKLEARN_FRAMEWORK_VERSION = "1.0-1"
+IR_SKLEARN_FRAMEWORK_VERSION = "0.20.0"
41
42
43
@pytest.fixture(scope="module")
0 commit comments