Skip to content

Commit 561e7f8

Browse files
gwang111benieric
authored andcommitted
Revert "fix: downgrade sklearn fw version to a regex format that ir supports"
This reverts commit ed44bd8.
1 parent e4fd7ac commit 561e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_inference_recommender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
IR_SKLEARN_DATA = os.path.join(IR_DIR, "sample.csv")
4040
IR_SKLEARN_CONTENT_TYPE = ["text/csv"]
4141
IR_SKLEARN_FRAMEWORK = "SAGEMAKER-SCIKIT-LEARN"
42-
IR_SKLEARN_FRAMEWORK_VERSION = "0.20.0"
42+
IR_SKLEARN_FRAMEWORK_VERSION = "1.0-1"
4343

4444

4545
def retry_and_back_off(right_size_fn):

0 commit comments

Comments
 (0)