Skip to content

Commit ed44bd8

Browse files
committed
fix: downgrade sklearn fw version to a regex format that ir supports
1 parent 8054970 commit ed44bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_inference_recommender.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
IR_SKLEARN_DATA = os.path.join(IR_DIR, "sample.csv")
3838
IR_SKLEARN_CONTENT_TYPE = ["text/csv"]
3939
IR_SKLEARN_FRAMEWORK = "SAGEMAKER-SCIKIT-LEARN"
40-
IR_SKLEARN_FRAMEWORK_VERSION = "1.0-1"
40+
IR_SKLEARN_FRAMEWORK_VERSION = "0.20.0"
4141

4242

4343
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)