Skip to content

Commit

Permalink
chore: upgrade to Cython3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlecomte committed May 5, 2024
1 parent 0748d57 commit 3f44687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [

# Cython and numpy are needed when running setup.py, to build extensions
"numpy==1.26.4",
"Cython==0.29.33",
"Cython==3.0.10",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 3f44687

Please sign in to comment.