Skip to content

Commit

Permalink
temp version allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Jan 24, 2024
1 parent f1c7e0b commit 5bb5ec1
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,mlflow,oci,gcs]>=0.17.2,<0.19', # TEMPORARY
'mosaicml[libcloud,wandb,mlflow,oci,gcs]>=0.17.2,<0.19', # TEMPORARY
'accelerate>=0.25,<0.26', # for HF inference `device_map`
'transformers>=4.37,<4.38',
'mosaicml-streaming>=0.7.2,<0.8',
Expand Down Expand Up @@ -87,14 +87,14 @@
]

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

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

extra_deps['gpu'] = [
Expand Down

0 comments on commit 5bb5ec1

Please sign in to comment.