Skip to content

Commit

Permalink
lxml is building wheels for all active versions again, so remove lxml…
Browse files Browse the repository at this point in the history
…<5 restriction
  • Loading branch information
jbarlow83 committed Mar 23, 2024
1 parent cc28fa6 commit 7f3c540
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Expand Up @@ -26,13 +26,7 @@ classifiers = [
"Topic :: Multimedia :: Graphics",
"Topic :: Software Development :: Libraries",
]
dependencies = [
"Pillow>=10.0.1",
"Deprecated",
"lxml>=4.8; python_version >= '3.10'",
"lxml>=4.8,<5; python_version < '3.10'", # lxml doesn't make 5.0 wheels for python < 3.10
"packaging",
]
dependencies = ["Pillow>=10.0.1", "Deprecated", "lxml>=4.8", "packaging"]

[project.urls]
documentation = "https://pikepdf.readthedocs.io/"
Expand Down

0 comments on commit 7f3c540

Please sign in to comment.