Skip to content

Commit

Permalink
Fix local cimport of wrappers.pxd
Browse files Browse the repository at this point in the history
This allows building of MontagePy with Cython 3.0.X.
  • Loading branch information
olebole committed Dec 20, 2024
1 parent a8bde0b commit fa02fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/MontagePy/templates/template.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# http://stackoverflow.com/questions/17014379/cython-cant-convert-python-object-to-double

cimport wrappers
from . cimport wrappers

cimport cpython.array as _array

Expand Down

0 comments on commit fa02fea

Please sign in to comment.