Skip to content

Commit

Permalink
Update matplotlib requirement in /_requirements
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.0.0...v3.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 1, 2023
1 parent 2587362 commit 5771f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools==67.8.0
matplotlib>=3.0.0, <3.8.0
matplotlib>=3.0.0, <3.9.0
ipython[notebook]>=8.0.0, <8.15.0
urllib3 # for ipython
torch>=1.8.1, <2.1.0
Expand Down

0 comments on commit 5771f20

Please sign in to comment.