Skip to content

Commit

Permalink
Tools/setup: fix the wrong - deprecated - expression in the requireme…
Browse files Browse the repository at this point in the history
…nts.txt

- Fixes matplotlib version expression from ">=3.0.*" ro ">=3.0" which is the right syntax

Fixes issue #23329

Co-authored-by: lee wonwoo <[email protected]>
  • Loading branch information
bluedisk and lee wonwoo authored Jun 28, 2024
1 parent 053b4a4 commit 408d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/setup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jinja2>=2.8
jsonschema
kconfiglib
lxml
matplotlib>=3.0.*
matplotlib>=3.0
numpy>=1.13
nunavut>=1.1.0
packaging
Expand Down

0 comments on commit 408d8ab

Please sign in to comment.