Skip to content

Commit d6d1a2a

Browse files
authored
[UR] Update lxml to work with python 3.14 (intel#21150)
Older lxml causes venv creation with python 3.14 build failure. Latest lxml requires python 3.8 which is luckily also the current requirement for llvm. So it is safe to bump version.
1 parent 566ad73 commit d6d1a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/third_party/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exhale==0.3.0
1313
idna==3.7
1414
imagesize==1.1.0
1515
Jinja2==3.1.6
16-
lxml==4.9.3
16+
lxml==6.0.2
1717
Mako==1.3.0
1818
MarkupSafe==2.1.5
1919
packaging==24.2

0 commit comments

Comments
 (0)