Skip to content

Commit 84bc3ca

Browse files
authored
pyproject.toml: lxml#git+https://github.com/lxml/lxml
1 parent 1d3a76d commit 84bc3ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ classifiers = [
1010
]
1111
dependencies = [
1212
"beautifulsoup4>=4.12.3",
13-
"cython>=3.1.0rc2", # For lxml on Python 3.14 pre-release
13+
"cython>=3.1.0rc2", # For lxml on Python 3.14 pre-release
1414
"fake-useragent>=1.5.1",
1515
"imageio>=2.36.1",
1616
"keras>=3.7",
17-
"lxml>=5.4",
17+
# "lxml>=5.4",
18+
"lxml#git+https://github.com/lxml/lxml",
1819
"matplotlib>=3.9.3",
1920
"numpy>=2.1.3",
2021
"opencv-python>=4.10.0.84",

0 commit comments

Comments
 (0)