Skip to content

Commit

Permalink
Include cython dependency by default (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT authored Oct 25, 2024
1 parent a98c7c9 commit 1926e31
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 @@ -32,6 +32,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"cython",
"importlib_resources; python_version<'3.9'"
]

Expand All @@ -45,7 +46,6 @@ cython-cmake = "cython_cmake.__main__:main"
test = [
"pytest >=6",
"scikit-build-core",
"cython",
]
docs = [
"sphinx>=7.0",
Expand Down

0 comments on commit 1926e31

Please sign in to comment.