Skip to content

Commit

Permalink
bump (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Feb 2, 2024
1 parent 4b82876 commit 86b5a98
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 @@ -50,7 +50,7 @@
]

install_requires = [
'mosaicml[libcloud,wandb,oci,gcs]>=0.17.2,<0.18',
'mosaicml[libcloud,wandb,oci,gcs]>=0.19,<0.20',
'mlflow>=2.10,<3',
'accelerate>=0.25,<0.26', # for HF inference `device_map`
'transformers>=4.37,<4.38',
Expand Down Expand Up @@ -88,14 +88,14 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]>=0.17.1,<0.18',
'mosaicml[databricks]>=0.19,<0.20',
'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.19,<0.20',
]

extra_deps['gpu'] = [
Expand Down

0 comments on commit 86b5a98

Please sign in to comment.