Skip to content

Commit 0ec5dcd

Browse files
committed
fix(pkg): pull lxml pin
Looks like this cure is worse than the disease. While it may ease installation on Apple Silicon in some instances, it breaks installation on Python 3.12. Pull this pin and we'll just have to live with troublesome `lxml` install on certain Mac/version combinations.
1 parent f246fde commit 0ec5dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Software Development :: Libraries",
2323
]
2424
dependencies = [
25-
"lxml>=3.1.0,<=4.9.2",
25+
"lxml>=3.1.0",
2626
"typing_extensions>=4.9.0",
2727
]
2828
description = "Create, read, and update Microsoft Word .docx files."

0 commit comments

Comments
 (0)