mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-14 21:27:16 +00:00
pyproject.toml: cython>=3.1.0
This commit is contained in:
parent
a115c87780
commit
e47e600ac6
@ -10,7 +10,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beautifulsoup4>=4.12.3",
|
"beautifulsoup4>=4.12.3",
|
||||||
"cython>=3.1.0.post1", # For lxml on Python 3.14 pre-release
|
"cython>=3.1.0", # For lxml on Python 3.14 pre-release
|
||||||
"fake-useragent>=1.5.1",
|
"fake-useragent>=1.5.1",
|
||||||
"imageio>=2.36.1",
|
"imageio>=2.36.1",
|
||||||
"keras>=3.7",
|
"keras>=3.7",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user