Skip to content

Commit 5a0b958

Browse files
committed
updated cython version to 3.0
1 parent 39b9e2d commit 5a0b958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=77", "wheel", "cython>=0.29.0", "numpy>=1.19.0"]
2+
requires = ["setuptools>=77", "wheel", "cython>=3.0.0", "numpy>=1.19.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -65,7 +65,7 @@ dev = [
6565
"flake8>=4.0",
6666
"mypy>=0.950",
6767
"pre-commit>=2.15",
68-
"cython>=0.29.0",
68+
"cython>=3.0.0",
6969
]
7070
docs = [
7171
"sphinx>=4.0",
@@ -76,7 +76,7 @@ docs = [
7676
test = [
7777
"pytest>=6.0",
7878
"pytest-cov>=2.10",
79-
"cython>=0.29.0",
79+
"cython>=3.0.0",
8080
]
8181
benchmark = [
8282
"matplotlib>=3.3",

0 commit comments

Comments
 (0)