Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Jan 19, 2024
1 parent 35bb339 commit b56d132
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.2,<0.18',
'mosaicml[libcloud,wandb,mlflow,oci,gcs]>=0.18,<0.19',
'accelerate>=0.25,<0.26', # for HF inference `device_map`
'transformers>=4.36,<4.37',
'mosaicml-streaming>=0.7.2,<0.8',
Expand Down Expand Up @@ -84,14 +84,14 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]>=0.17.1,<0.18',
'mosaicml[databricks]>=0.18,<0.19',
'databricks-sql-connector>=3,<4',
'databricks-connect==14.1.0',
'lz4>=4,<5',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.17.2,<0.18',
'mosaicml[tensorboard]>=0.18,<0.19',
]

extra_deps['gpu'] = [
Expand Down

0 comments on commit b56d132

Please sign in to comment.