Skip to content

Commit 1abd6ff

Browse files
committed
added cython as a dependency for testing and developing
1 parent bb7cda0 commit 1abd6ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dev = [
6565
"flake8>=4.0",
6666
"mypy>=0.950",
6767
"pre-commit>=2.15",
68+
"cython>=0.29.0",
6869
]
6970
docs = [
7071
"sphinx>=4.0",
@@ -75,6 +76,7 @@ docs = [
7576
test = [
7677
"pytest>=6.0",
7778
"pytest-cov>=2.10",
79+
"cython>=0.29.0",
7880
]
7981
benchmark = [
8082
"matplotlib>=3.3",

0 commit comments

Comments
 (0)