Skip to content

Commit

Permalink
Merge pull request #192 from nnsvs/fix-matplotlib
Browse files Browse the repository at this point in the history
Fix CI related to matplotlib
  • Loading branch information
r9y9 committed Mar 9, 2023
2 parents 9480fde + e79a0ab commit 690e8ee
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 690e8ee

Please sign in to comment.