Skip to content

Commit

Permalink
reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
hakotesova committed Nov 5, 2024
1 parent e30e9aa commit 00c717a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ def upload_data_and_create_jsonl_mltable_files(ml_client, dataset_parent_dir):
)
# Install numpy version compatible with scikit-image==0.19.3.
subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy==1.26.4"])
subprocess.check_call([sys.executable, "-m", "pip", "install", "simplification==0.7.12"])
subprocess.check_call(
[sys.executable, "-m", "pip", "install", "simplification==0.7.12"]
)
print("done")

print("Creating jsonl files")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ def upload_data_and_create_jsonl_mltable_files(ml_client, dataset_parent_dir):
)
# Install numpy version compatible with scikit-image==0.19.3.
subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy==1.26.4"])
subprocess.check_call([sys.executable, "-m", "pip", "install", "simplification==0.7.12"])
subprocess.check_call(
[sys.executable, "-m", "pip", "install", "simplification==0.7.12"]
)
print("done")

print("Creating jsonl files")
Expand Down

0 comments on commit 00c717a

Please sign in to comment.