Skip to content

Commit

Permalink
update version and dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
max-andr authored Nov 29, 2021
1 parent 847054a commit 9c75a9f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@

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="[email protected]",
description="This package provides the data for RobustBench together with the model zoo.",
long_description=long_description,
long_description_content_type="text/markdown",
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",
Expand Down

0 comments on commit 9c75a9f

Please sign in to comment.