Skip to content

Commit

Permalink
support cython 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 18, 2024
1 parent 69f2fa7 commit a8e3cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyne/nucname.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cimport pyne.cpp_utils
cimport pyne.pyne_config
import pyne.pyne_config

cimport cpp_nucname
cimport pyne.cpp_nucname
cimport pyne.stlcontainers as conv
import pyne.stlcontainers as conv

Expand Down
2 changes: 1 addition & 1 deletion pyne/pyne_config.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ from cython.operator cimport preincrement as inc
from libcpp.string cimport string as std_string

# local imports
cimport cpp_utils
cimport pyne.cpp_utils

0 comments on commit a8e3cb5

Please sign in to comment.