Skip to content

Commit

Permalink
Update setup.py - - use pyximport
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 23, 2024
1 parent 025b341 commit 7474ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def setup_package():
setup_requires=["numpy>=1.13.0"],
package_data={'': ['*.pxd']},
packages=find_packages(),
ext_modules=cythonize_ext_modules,
#ext_modules=cythonize_ext_modules,
**extra_setuptools_args)


Expand Down

0 comments on commit 7474ea2

Please sign in to comment.