Skip to content

Commit 373eb51

Browse files
committed
Adapt cython import to cython 3
1 parent 2d9d7b6 commit 373eb51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

PyHEADTAIL/cobra_functions/stats.pyx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ import numpy as np
1010
cimport numpy as np
1111
cimport libc.math as cmath
1212

13-
cimport cython.boundscheck
14-
cimport cython.cdivision
15-
cimport cython.wraparound
16-
17-
13+
cimport cython
1814

1915
@cython.boundscheck(False)
2016
@cython.cdivision(True)

0 commit comments

Comments
 (0)