Skip to content

Commit

Permalink
Bump composer version to min 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Nov 27, 2023
1 parent f8ee914 commit f437467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]

install_requires = [
'mosaicml[libcloud,wandb,mlflow,oci,gcs]>=0.17,<0.18',
'mosaicml[libcloud,wandb,mlflow,oci,gcs]>=0.17.1,<0.18',
'accelerate>=0.20,<0.21', # for HF inference `device_map`
'transformers>=4.34.1,<4.35',
'mosaicml-streaming>=0.7.1,<0.8',
Expand Down Expand Up @@ -84,11 +84,11 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]>=0.17,<0.18',
'mosaicml[databricks]>=0.17.1,<0.18',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.17,<0.18',
'mosaicml[tensorboard]>=0.17.1,<0.18',
]

extra_deps['gpu'] = [
Expand Down

0 comments on commit f437467

Please sign in to comment.