diff --git a/_eif.pyx b/_eif.pyx index 17d82aa..3d3c5a7 100644 --- a/_eif.pyx +++ b/_eif.pyx @@ -1,6 +1,6 @@ # Cython wrapper for Extended Isolation Forest -# distutils: language = C++ +# distutils: language = c++ # distutils: sources = eif.cxx # cython: language_level = 3