Update setup.py
This commit is contained in:
parent
29ff3387e3
commit
b52111a092
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(
|
||||||
author_email='luke@devthe.com',
|
author_email='luke@devthe.com',
|
||||||
ext_modules = cythonize("whispercpp.pyx"),
|
ext_modules = cythonize("whispercpp.pyx"),
|
||||||
include_dirs = ['./whisper.cpp/', numpy.get_include()],
|
include_dirs = ['./whisper.cpp/', numpy.get_include()],
|
||||||
extra_compile_args = ['-std=c++20'],
|
extra_compile_args = ['/std:c++20'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
'ffmpeg-python',
|
'ffmpeg-python',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user