mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-10 10:32:16 +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",
|
||||
ext_modules=[cmake_extension("_kaldifeat")],
|
||||
cmdclass={"build_ext": BuildExtension, "bdist_wheel": bdist_wheel},
|
||||
install_requires=["torch"],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
"Programming Language :: C++",
|
||||
|
Loading…
x
Reference in New Issue
Block a user