Skip to content

Commit 1926e31

Browse files
authored
Include cython dependency by default (#59)
1 parent a98c7c9 commit 1926e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
]
3333
dynamic = ["version"]
3434
dependencies = [
35+
"cython",
3536
"importlib_resources; python_version<'3.9'"
3637
]
3738

@@ -45,7 +46,6 @@ cython-cmake = "cython_cmake.__main__:main"
4546
test = [
4647
"pytest >=6",
4748
"scikit-build-core",
48-
"cython",
4949
]
5050
docs = [
5151
"sphinx>=7.0",

0 commit comments

Comments
 (0)