mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-13 20:12:22 +00:00
List torch as a installation requirements.
This commit is contained in:
parent
e15b2ae6f5
commit
c3c415fb73
1
setup.py
1
setup.py
@ -41,6 +41,7 @@ setuptools.setup(
|
|||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
ext_modules=[cmake_extension("_kaldifeat")],
|
ext_modules=[cmake_extension("_kaldifeat")],
|
||||||
cmdclass={"build_ext": BuildExtension, "bdist_wheel": bdist_wheel},
|
cmdclass={"build_ext": BuildExtension, "bdist_wheel": bdist_wheel},
|
||||||
|
install_requires=["torch"],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: C++",
|
"Programming Language :: C++",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user