Skip to content

Commit 61425b8

Browse files
committed
trying to fix build on macos-14. fixing cython version.
1 parent 0ff0e99 commit 61425b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"imageio-ffmpeg>=0.5.1",
2727
"numba>=0.59.1",
2828
"pymoo>=0.6.1.3",
29-
"Cython>=3.0.0",
29+
"Cython==3.2.3",
3030
"bpy==4.5.4",
3131
"pyyaml>=6.0.2",
3232
"pytest>=8.3.5",

0 commit comments

Comments
 (0)