Skip to content

Commit a403e29

Browse files
Remove upper bound for matplotlib (openvinotoolkit#3299)
### Changes Remove upper bound for matplotlib
1 parent 0dc592f commit a403e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
[project.optional-dependencies]
5757
plots = [
5858
"kaleido>=0.2.1",
59-
"matplotlib>=3.3.4, <3.6",
59+
"matplotlib>=3.3.4",
6060
"pillow>=9.0.0",
6161
"plotly-express>=0.4.1",
6262
]

tools/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mdutils
2-
matplotlib<3.6
2+
matplotlib

0 commit comments

Comments
 (0)