Skip to content

Commit e3251cf

Browse files
Update mlflow requirement from <2.22,>=2.14.1 to >=2.14.1,<3.2 (#1846)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel King <[email protected]>
1 parent 6acf8b1 commit e3251cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
install_requires = [
5454
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.31.0,<0.32',
55-
'mlflow>=2.14.1,<2.22',
55+
'mlflow>=2.14.1,<3.2',
5656
'accelerate>=0.25,<1.8', # for HF inference `device_map`
5757
'transformers>=v4.51.0,<4.52',
5858
'mosaicml-streaming>=0.12.0,<0.13',

0 commit comments

Comments
 (0)