diff --git a/setup.py b/setup.py index 8e1d8f7..7960878 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ setup( author_email='luke@devthe.com', ext_modules = cythonize("whispercpp.pyx"), include_dirs = ['./whisper.cpp/', numpy.get_include()], + extra_compile_args = ['-std=c++20'], install_requires=[ 'numpy', 'ffmpeg-python',