Skip to content

Commit

Permalink
Update build-system Cython requirement to v3.0.0 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Nov 6, 2024
1 parent 1e3fbeb commit 3bb8448
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
@@ -1,7 +1,7 @@
# plotpy setup configuration file

[build-system]
requires = ["setuptools", "wheel", "cython ~= 0.29.0", "numpy >= 2.0.0"]
requires = ["setuptools", "wheel", "cython >= 3.0.0", "numpy >= 2.0.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 3bb8448

Please sign in to comment.