Skip to content

Commit

Permalink
Merge pull request #103 from r9y9/npim
Browse files Browse the repository at this point in the history
run c numpy import just in case
  • Loading branch information
r9y9 committed Jun 29, 2024
2 parents 8c73d75 + 4c84150 commit 4d165b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysptk/_sptk.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import numpy as np
cimport numpy as np
np.import_array()

cimport cython
from . cimport _sptk
Expand Down

0 comments on commit 4d165b0

Please sign in to comment.