We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67090b commit b396689Copy full SHA for b396689
pyproject.toml
@@ -10,12 +10,12 @@ classifiers = [
10
]
11
dependencies = [
12
"beautifulsoup4>=4.12.3",
13
- "cython>=3.1.0rc2", # For lxml on Python 3.14 pre-release
+ "cython>=3.1.0rc2", # For lxml on Python 3.14 pre-release
14
"fake-useragent>=1.5.1",
15
"imageio>=2.36.1",
16
"keras>=3.7",
17
# "lxml>=5.4",
18
- "lxml@git+https://github.com/lxml/lxml",
+ "lxml @ git+https://github.com/lxml/lxml",
19
"matplotlib>=3.9.3",
20
"numpy>=2.1.3",
21
"opencv-python>=4.10.0.84",
0 commit comments