Skip to content

Commit

Permalink
cython version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fxjung committed Aug 14, 2024
1 parent 8a12d1c commit bf7cab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"notebook",
"jupytext",
"matplotlib",
"cython==3.0a6",
"cython>=3",
"loky",
"typer",
"pyarrow",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def build_extensions(self):
)
],
compiler_directives={"embedsignature": True},
language_level=3,
),
options={
"build_ext": {
Expand Down

0 comments on commit bf7cab1

Please sign in to comment.