Skip to content

Commit 32dbf5d

Browse files
authored
updated and restricted our composer and mlflow libraries (#1859)
1 parent 8c8dd48 commit 32dbf5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
]
5252

5353
install_requires = [
54-
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.32.0,<0.33',
55-
'mlflow>=2.14.1,<3.2',
54+
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.32.1,<0.33',
55+
'mlflow>=2.14.1,<3.0',
5656
'accelerate>=0.25,<1.9', # for HF inference `device_map`
5757
'transformers>=v4.51.0,<4.52',
5858
'mosaicml-streaming>=0.12.0,<0.13',
@@ -91,15 +91,15 @@
9191
]
9292

9393
extra_deps['databricks'] = [
94-
'mosaicml[databricks]>=0.32.0,<0.33',
94+
'mosaicml[databricks]>=0.32.1,<0.33',
9595
'numpy<2',
9696
'databricks-sql-connector>=3,<4',
9797
'databricks-connect==14.1.0',
9898
'lz4>=4,<5',
9999
]
100100

101101
extra_deps['tensorboard'] = [
102-
'mosaicml[tensorboard]>=0.32.0,<0.33',
102+
'mosaicml[tensorboard]>=0.32.1,<0.33',
103103
]
104104

105105
# Flash 2 group kept for backwards compatibility
@@ -110,7 +110,7 @@
110110
extra_deps['gpu'] = copy.deepcopy(extra_deps['gpu-flash2'])
111111

112112
extra_deps['peft'] = [
113-
'mosaicml[peft]>=0.32.0,<0.33',
113+
'mosaicml[peft]>=0.32.1,<0.33',
114114
]
115115

116116
extra_deps['openai'] = [

0 commit comments

Comments
 (0)