Skip to content

Commit b396689

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b67090b commit b396689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +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",
1717
# "lxml>=5.4",
18-
"lxml@git+https://github.com/lxml/lxml",
18+
"lxml @ git+https://github.com/lxml/lxml",
1919
"matplotlib>=3.9.3",
2020
"numpy>=2.1.3",
2121
"opencv-python>=4.10.0.84",

0 commit comments

Comments
 (0)