Metadata-Version: 2.1
Name: torchattacks
Version: 3.5.1
Summary: Torchattacks is a PyTorch library that provides adversarial attacks to generate adversarial examples.
Home-page: https://github.com/HarryK24/adversairal-attacks-pytorch
Author: Harry Kim
Author-email: 24k.harry@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Requires-Python: >=3
License-File: LICENSE
Requires-Dist: torch>=1.7.1
Requires-Dist: torchvision>=0.8.2
Requires-Dist: scipy>=0.14.0
Requires-Dist: tqdm>=4.56.1
Requires-Dist: requests~=2.25.1
Requires-Dist: numpy>=1.19.4

