Skip to content

Commit

Permalink
Try upgrading scikit-image (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd authored Jan 9, 2025
1 parent ab9e482 commit ad7507f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ 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.19.3"]
[sys.executable, "-m", "pip", "install", "scikit-image==0.25.0"]
)
# Install numpy version compatible with scikit-image==0.19.3.
# Install numpy version compatible with scikit-image==0.25.0.
subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy==1.26.4"])
subprocess.check_call(
[sys.executable, "-m", "pip", "install", "simplification==0.7.12"]
Expand Down

0 comments on commit ad7507f

Please sign in to comment.