Skip to content

Commit

Permalink
edit setup.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
salimamoukou committed Feb 9, 2022
1 parent 060be97 commit 28d6242
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 @@ -3,7 +3,7 @@
from Cython.Build import cythonize
import numpy
# from setuptools import setup, Extension # for pypi build
from distutils.core import setup, Extension # python setup
from distutils.core import setup, Extension # python setup

c_ext = Extension('cext_acv', sources=['acv_explainers/cext_acv/_cext.cc'])
cy_ext = Extension('cyext_acv', ['acv_explainers/cyext_acv/cyext_acv.pyx'], extra_compile_args=['-fopenmp'],
Expand Down

0 comments on commit 28d6242

Please sign in to comment.