diff --git a/setup.py b/setup.py index f08b1d8..f778e28 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ setuptools.setup( name="robustbench", - version="0.1", - author="Francesco Croce, Maksym Andriushchenko, Vikash Sehwag", + version="1.0", + author="Francesco Croce, Maksym Andriushchenko, Vikash Sehwag, Edoardo Debenedetti", author_email="adversarial.benchmark@gmail.com", description="This package provides the data for RobustBench together with the model zoo.", long_description=long_description, @@ -14,12 +14,14 @@ url="https://github.com/RobustBench/robustbench", packages=setuptools.find_packages(), install_requires=[ + 'torch>=1.7.1', + 'torchvision>=0.8.2', 'requests~=2.25.0', 'numpy~=1.19.4', 'Jinja2~=2.11.2', 'tqdm~=4.56.1', - 'pandas~=1.1.0', - 'autoattack @ git+https://github.com/fra31/auto-attack.git@f551404cf7ed1d6e17d3041d5709ad23f6dbf352#egg=autoattack' + 'pandas~=1.2.0', + 'autoattack @ git+https://github.com/fra31/auto-attack.git@6482e4d6fbeeb51ae9585c41b16d50d14576aadc#egg=autoattack' ], classifiers=[ "Programming Language :: Python :: 3",