aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlexander Hansson <Alexander.Hansson@arm.com>2023-05-08 17:08:36 +0200
committerRickard Bolin <rickard.bolin@arm.com>2023-05-10 13:40:37 +0000
commit8e74b57ee087481548dca49fddd134516a7a65e6 (patch)
treedbff1880dcf13c2d8f86e42b3d9ad3663845cab9 /pyproject.toml
parentd514a854527a9d5373d0de48e5818492ce859a0e (diff)
downloadethos-u-vela-8e74b57ee087481548dca49fddd134516a7a65e6.tar.gz
MLBEDSW-7546: Update lxml version to >= 4.5.23.8.0.rc1
- Python 3.9 requires lxml version >= 4.5.2 Signed-off-by: Alexander Hansson <Alexander.Hansson@arm.com> Change-Id: I74f8f0bc0020e643779f2f52e4f6a7fdf6de4d67
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9332a3ff..fbb72048 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
"flatbuffers==2.0.7",
"numpy<=1.21.3; python_version<='3.7'",
"numpy; python_version>'3.7'",
- "lxml>=4.5.1"
+ "lxml>=4.5.2"
]
dynamic = ["readme", "version"]