Skip to content

Commit

Permalink
fix #7658
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Apr 18, 2024
1 parent 16d4e2f commit 91ab6ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sphinx-autodoc-typehints==1.11.1
pandas
einops
transformers<4.22; python_version <= '3.10' # https://github.com/Project-MONAI/MONAI/issues/5157
mlflow>=1.28.0
mlflow>=1.28.0, <=2.11.3
clearml>=1.10.0rc0
tensorboardX
imagecodecs; platform_system == "Linux" or platform_system == "Darwin"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pandas
requests
einops
transformers>=4.36.0
mlflow>=1.28.0
mlflow>=1.28.0, <=2.11.3
clearml>=1.10.0rc0
matplotlib!=3.5.0
tensorboardX
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ all =
pandas
einops
transformers<4.22; python_version <= '3.10'
mlflow>=1.28.0
mlflow>=1.28.0, <=2.11.3
clearml>=1.10.0rc0
matplotlib
tensorboardX
Expand Down Expand Up @@ -125,7 +125,7 @@ einops =
transformers =
transformers<4.22; python_version <= '3.10'
mlflow =
mlflow
mlflow>=1.28.0, <=2.11.3
matplotlib =
matplotlib
clearml =
Expand Down

0 comments on commit 91ab6ff

Please sign in to comment.