Skip to content

Commit

Permalink
fix(pkg): pull lxml pin
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
scanny committed May 1, 2024
1 parent f246fde commit 0ec5dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]
dependencies = [
"lxml>=3.1.0,<=4.9.2",
"lxml>=3.1.0",
"typing_extensions>=4.9.0",
]
description = "Create, read, and update Microsoft Word .docx files."
Expand Down

0 comments on commit 0ec5dcd

Please sign in to comment.