Skip to content

Commit e47e600

Browse files
authored
pyproject.toml: cython>=3.1.0
1 parent a115c87 commit e47e600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0.post1", # For lxml on Python 3.14 pre-release
13+
"cython>=3.1.0", # For lxml on Python 3.14 pre-release
1414
"fake-useragent>=1.5.1",
1515
"imageio>=2.36.1",
1616
"keras>=3.7",

0 commit comments

Comments
 (0)