Skip to content

Commit

Permalink
Update matplotlib requirement from <3.9.0,>=3.3.3 to >=3.3.3,<3.10.0 (#…
Browse files Browse the repository at this point in the history
…250)

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.3.3...v3.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent 6ab138d commit 1be65ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"numpy>=1.19.5,<1.27.0",
"tqdm>=4.59,<4.67",
"scikit-image>=0.17.2,<0.24.0",
"matplotlib>=3.3.3,<3.9.0",
"matplotlib>=3.3.3,<3.10.0",
"scipy>=1.4.1,<1.14.0",
"scikit-learn>=0.24,<1.5",
"tflite-runtime==2.14.0",
Expand Down

0 comments on commit 1be65ad

Please sign in to comment.