Skip to content

Commit

Permalink
updated to matplotlib>=3.9 (from matplotlib>=3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed May 22, 2024
1 parent c8c71b9 commit 6c0ea76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
* updated to sphinx-argparse-cli>=1.15 (from sphinx-argparse-cli>=1.11)
* updated to myst-parser>=3.0 (from myst-parser>=2.0)
* updated to furo>=2024.4 (from furo>=2023.9.10)
* updated to matplotlib>=3.9 (from matplotlib>=3.8)

### Changed
* replaced black formatter with ruff formatter
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"lxml>=5.2",
"numpy>=1.26,<2.0",
"pandas>=2.2",
"matplotlib>=3.8",
"matplotlib>=3.9",
"graphviz>=0.20",
"dictIO>=0.3.3",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lxml>=5.2
numpy>=1.26,<2.0
pandas>=2.2
matplotlib>=3.8
matplotlib>=3.9
graphviz>=0.20

dictIO>=0.3.3
Expand Down

0 comments on commit 6c0ea76

Please sign in to comment.