Skip to content

Commit ea645f0

Browse files
authored
pyproject.toml: cython>=3.1.0-1
1 parent 6efab92 commit ea645f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.0-1", # For lxml on Python 3.14 pre-release
1414
"fake-useragent>=1.5.1",
1515
"imageio>=2.36.1",
1616
"keras>=3.7",
@@ -25,7 +25,6 @@ dependencies = [
2525
"requests>=2.32.3",
2626
"rich>=13.9.4",
2727
"scikit-learn>=1.5.2",
28-
"setuptools",
2928
"sphinx-pyproject>=0.3",
3029
"statsmodels>=0.14.4",
3130
"sympy>=1.13.3",

0 commit comments

Comments
 (0)