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 6efab92 commit ea645f0Copy full SHA for ea645f0
pyproject.toml
@@ -10,7 +10,7 @@ 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.0-1", # For lxml on Python 3.14 pre-release
14
"fake-useragent>=1.5.1",
15
"imageio>=2.36.1",
16
"keras>=3.7",
@@ -25,7 +25,6 @@ dependencies = [
25
"requests>=2.32.3",
26
"rich>=13.9.4",
27
"scikit-learn>=1.5.2",
28
- "setuptools",
29
"sphinx-pyproject>=0.3",
30
"statsmodels>=0.14.4",
31
"sympy>=1.13.3",
0 commit comments