Skip to content

Commit 690d22e

Browse files
committed
Tighter mlflow version to get around exception issue with file system backend
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 41dde86 commit 690d22e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sphinx-autodoc-typehints==1.11.1
2121
pandas
2222
einops
2323
transformers>=4.53.0
24-
mlflow>=2.12.2
24+
mlflow>=2.12.2,<2.13
2525
clearml>=1.10.0rc0
2626
tensorboardX
2727
imagecodecs; platform_system == "Linux" or platform_system == "Darwin"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pandas
3434
requests
3535
einops
3636
transformers>=4.53.0
37-
mlflow>=2.12.2
37+
mlflow>=2.12.2,<2.13
3838
clearml>=1.10.0rc0
3939
matplotlib>=3.6.3
4040
tensorboardX

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ all =
7171
pandas
7272
einops
7373
transformers>=4.53.0
74-
mlflow>=2.12.2
74+
mlflow>=2.12.2,<2.13
7575
clearml>=1.10.0rc0
7676
matplotlib>=3.6.3
7777
tensorboardX
@@ -135,7 +135,7 @@ einops =
135135
transformers =
136136
transformers>=4.36.0, <4.41.0; python_version <= '3.10'
137137
mlflow =
138-
mlflow>=2.12.2
138+
mlflow>=2.12.2,<2.13
139139
matplotlib =
140140
matplotlib>=3.6.3
141141
clearml =

0 commit comments

Comments
 (0)