Update matplotlib requirement from <3.5.3,>3.1 to >3.1,<3.6.2 in /requirements (#15422)
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](https://github.com/matplotlib/matplotlib/compare/v3.1.1...v3.6.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a008801e25
commit
9cfc415a57
|
@ -2,7 +2,7 @@
|
|||
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
|
||||
|
||||
# extended list of package dependencies to reach full functionality
|
||||
matplotlib>3.1, <3.5.3
|
||||
matplotlib>3.1, <3.6.2
|
||||
omegaconf>=2.0.5, <2.3.0
|
||||
hydra-core>=1.0.5, <1.3.0
|
||||
jsonargparse[signatures]>=4.15.2, <4.16.0
|
||||
|
|
Loading…
Reference in New Issue