Tools/setup: fix the wrong - deprecated - expression in the requirements.txt

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

Fixes issue #23329

Co-authored-by: lee wonwoo <leewonwoo@leeui-MacBookPro.local>
This commit is contained in:
bluedisk
2024-06-28 23:20:26 +09:00
committed by GitHub
parent 053b4a4423
commit 408d8abe95
+1 -1
View File
@@ -7,7 +7,7 @@ jinja2>=2.8
jsonschema
kconfiglib
lxml
matplotlib>=3.0.*
matplotlib>=3.0
numpy>=1.13
nunavut>=1.1.0
packaging