diff --git a/setup.py b/setup.py index 6e6f6fc..9b4070b 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ install_requires=[ "scikit-learn", "numpy", - "torch", - "torchvision", + "torch==1.10.2", + "torchvision==0.11.3", "pandas", "scipy", "matplotlib",