diff --git a/setup.py b/setup.py index d5e6a11..5527a12 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,9 @@ setup( author='Yin Li et al.', author_email='eelregit@gmail.com', packages=find_packages(), + python_requires='>=3', install_requires=[ - 'torch==1.1', + 'torch', 'numpy', 'scipy', 'tensorboard',