Skip to content

Commit

Permalink
update scikit-image version for automl pipeline (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharma-riti committed Dec 13, 2022
1 parent 63e031e commit 571f521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def upload_data_and_create_jsonl_mltable_files(ml_client, dataset_parent_dir):

print("Installing scikit-image and simplification package")
subprocess.check_call(
[sys.executable, "-m", "pip", "install", "scikit-image==0.17.2"]
[sys.executable, "-m", "pip", "install", "scikit-image==0.19.3"]
)
subprocess.check_call([sys.executable, "-m", "pip", "install", "simplification"])
print("done")
Expand Down

0 comments on commit 571f521

Please sign in to comment.