Skip to content

Commit

Permalink
chore(deps): update matplotlib requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.10.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 4, 2025
1 parent dbe86be commit 2dd55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
keywords = ['sketch','graphics','scientific','engineering','geometry']
dependencies = [
"numpy>=1.25,<2.1",
"matplotlib>=3.7.1,<3.10.0",
"matplotlib>=3.7.1,<3.11.0",
"scipy>=1.10.1,<1.15.0",
"celluloid~=0.2.0"
]
Expand Down

0 comments on commit 2dd55c1

Please sign in to comment.