Skip to content

Commit 82e169e

Browse files
committed
BLD: pin matplotlib to < 3.11.0
1 parent 62d2ac7 commit 82e169e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "neat_ml"
77
version = "0.0.1.dev0"
88
dependencies = [
99
'numpy>=1.26.3,<=2.1.3',
10-
'matplotlib',
10+
'matplotlib<3.11.0', # backwards incompatibility for image comparison tests (see issue #36)
1111
'xgboost',
1212
'pandas',
1313
'scikit-learn',

0 commit comments

Comments
 (0)