Skip to content

Commit fd26f61

Browse files
Update setup.py
1 parent be150cf commit fd26f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
long_description_content_type="text/markdown",
2222
long_description=long_description,
2323
packages=find_packages(),
24-
install_requires=['speedtest', 'numpy', 'os', 'platform', 'psutil', 'cpuinfo', 'time', 'random', 'multiprocessing'],
24+
install_requires=['speedtest', 'numpy', 'os', 'platform', 'psutil', 'cpuinfo', 'time', 'random', 'multiprocessing', 'torch'],
2525
keywords=['pypc', 'speed-test'],
2626
classifiers=[
2727
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)