Skip to content

Commit

Permalink
fix CI related to matplotlib
Browse files Browse the repository at this point in the history
fixes #191

[ci skip]
  • Loading branch information
r9y9 committed Mar 9, 2023
1 parent 9480fde commit e79a0ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
],
extras_require={
"dev": [
"matplotlib",
# NOTE: tentative fix for https://github.com/nnsvs/nnsvs/issues/191
"matplotlib<3.6.0",
"seaborn",
"mlflow",
"optuna",
"hydra-optuna-sweeper",
Expand Down

0 comments on commit e79a0ab

Please sign in to comment.