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

build(deps): update matplotlib requirement from <=3.7.1,>3.0.0 to >3.0.0,<=3.7.2 in /requirements #1640

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): update matplotlib requirement in /requirements
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
commit 8ed311932cae0e92ecd3a83194e7c99b37941e92
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