Skip to content

Commit

Permalink
deps: Bump matplotlib version
Browse files Browse the repository at this point in the history
bug on windows in ci
(matplotlib/matplotlib#28551)
  • Loading branch information
matkrin committed Sep 11, 2024
1 parent 982d90b commit 73f62bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"vamas>=0.1.1",
"rich>=13.7.1",
"jinja2>=3.1.4",
"matplotlib>=3.9.1",
"matplotlib>=3.9.2",
"matplotlib-scalebar>=0.8.1",
"bokeh==3.5.0",
"pyqt6>=6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
matplotlib==3.9.1
matplotlib==3.9.2
# via matplotlib-scalebar
# via proespm
# via seaborn
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
matplotlib==3.9.1
matplotlib==3.9.2
# via matplotlib-scalebar
# via proespm
# via seaborn
Expand Down

0 comments on commit 73f62bd

Please sign in to comment.