Skip to content

Commit

Permalink
Merge pull request #1259 from sony/feature/20240517-limit-matplotlib
Browse files Browse the repository at this point in the history
limit matplotlib version for windows
  • Loading branch information
YukioOobuchi authored May 22, 2024
2 parents d7511d2 + f4d4091 commit 0ad25cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-tools/msvc/tools/python_env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ CALL pip install %PIP_INS_OPTS% ^
virtualenv ^
wheel ^
mlflow ^
setuptools>60.0.0
"setuptools>60.0.0" ^
"matplotlib<3.9"

0 comments on commit 0ad25cd

Please sign in to comment.