Skip to content

Commit

Permalink
Add missing dependency group (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Jun 17, 2024
1 parent ca528d5 commit f8b2875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/data_prep/convert_delta_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ def validate_and_get_cluster_info(
if res is None:
raise ClusterDoesNotExistError(cluster_id)

assert res.spark_version is not None
stripped_runtime = re.sub(
r'[a-zA-Z]',
'',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
]

install_requires = [
'mosaicml[libcloud,wandb,oci,gcs]>=0.23.2,<0.24',
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.23.2,<0.24',
'mlflow>=2.13.2,<2.14',
'accelerate>=0.25,<0.26', # for HF inference `device_map`
'transformers>=4.40,<4.41',
Expand Down

0 comments on commit f8b2875

Please sign in to comment.