Update setup.py

This commit is contained in:
Luke Southam 2022-12-14 16:24:17 +00:00 committed by GitHub
parent 879e0c9213
commit 29ff3387e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',