Skip to content

Commit

Permalink
added torchaudio requirement to match pytorch docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 15, 2022
1 parent 35f4409 commit 9a2c52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_version(rel_path):
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/iancze/MPoL",
install_requires=["numpy", "scipy", "torch>=1.8.0", "torchvision"],
install_requires=["numpy", "scipy", "torch>=1.8.0", "torchvision", "torchaudio"],
extras_require=EXTRA_REQUIRES,
packages=setuptools.find_packages("src"),
package_dir={"": "src"},
Expand Down

0 comments on commit 9a2c52c

Please sign in to comment.