Update matplotlib requirement from <3.6.2,>3.1 to >3.1,<3.7.3 in /requirements (#18301)
This commit is contained in:
parent
1a6a657ed2
commit
73ccc5c78c
|
@ -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.6.2
|
||||
matplotlib>3.1, <3.7.3
|
||||
omegaconf >=2.0.5, <2.4.0
|
||||
hydra-core >=1.0.5, <1.4.0
|
||||
jsonargparse[signatures] >=4.18.0, <4.24.0 # strict
|
||||
|
|
Loading…
Reference in New Issue