mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-14 13:17:16 +00:00
pyproject.toml: cython>=3.1.0-1
This commit is contained in:
parent
6efab923bf
commit
ea645f0e3d
@ -10,7 +10,7 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.12.3",
|
||||
"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
|
||||
"fake-useragent>=1.5.1",
|
||||
"imageio>=2.36.1",
|
||||
"keras>=3.7",
|
||||
@ -25,7 +25,6 @@ dependencies = [
|
||||
"requests>=2.32.3",
|
||||
"rich>=13.9.4",
|
||||
"scikit-learn>=1.5.2",
|
||||
"setuptools",
|
||||
"sphinx-pyproject>=0.3",
|
||||
"statsmodels>=0.14.4",
|
||||
"sympy>=1.13.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user