File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sphinx-autodoc-typehints==1.11.1
2121pandas
2222einops
2323transformers >= 4.53.0
24- mlflow >= 2.12.2
24+ mlflow >= 2.12.2 , < 2.13
2525clearml >= 1.10.0rc0
2626tensorboardX
2727imagecodecs ; platform_system == "Linux" or platform_system == "Darwin"
Original file line number Diff line number Diff line change 3434requests
3535einops
3636transformers >= 4.53.0
37- mlflow >= 2.12.2
37+ mlflow >= 2.12.2 , < 2.13
3838clearml >= 1.10.0rc0
3939matplotlib >= 3.6.3
4040tensorboardX
Original file line number Diff line number Diff line change 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 =
135135transformers =
136136 transformers>=4.36.0, <4.41.0; python_version <= '3.10'
137137mlflow =
138- mlflow>=2.12.2
138+ mlflow>=2.12.2,<2.13
139139matplotlib =
140140 matplotlib>=3.6.3
141141clearml =
You can’t perform that action at this time.
0 commit comments