Skip to content

Commit a7b9ae0

Browse files
restrict matplotlib version
1 parent 7ca3446 commit a7b9ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"fsspec>=0.8.7",
6262
"gitpython>=3.1.2",
6363
"jinja2>=2.11.2",
64-
"matplotlib>=3.1.3",
64+
"matplotlib>=3.1.3, <=3.8.4",
6565
"numpy>=1.19.2",
6666
"oci>=2.125.3",
6767
"ocifs>=1.1.3",

0 commit comments

Comments
 (0)