Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): 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.1...v3.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 5d6195f commit 8ed3119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/datatype_image_extras.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forecd in setup

matplotlib >3.0.0, <=3.7.1
matplotlib >3.0.0, <=3.7.2
fiftyone <0.21.0
classy-vision <=0.6
effdet <=0.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing_audio.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib >3.0.0, <=3.7.1
matplotlib >3.0.0, <=3.7.2
torch ==2.0.1
torchaudio ==2.0.2
torchvision ==0.15.2
Expand Down

0 comments on commit 8ed3119

Please sign in to comment.