Metadata-Version: 2.1
Name: constrained-attacks
Version: 0.1.0
Summary: constrained-attacks is a framework to generate adversarial examples under domain specific constraints.
Author: Thibault Simonetto
Author-email: thibault.simonetto.001@student.uni.lu
Requires-Python: >=3.8,<3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: tensorflow
Requires-Dist: adversarial-robustness-toolbox[tensorflow] (==1.10); extra == "tensorflow"
Requires-Dist: joblib (>=1.1.0,<2.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: pymoo (>=0.5.0,<0.6.0)
Requires-Dist: tensorflow (==2.8); extra == "tensorflow"
Requires-Dist: tqdm (>=4.63.1,<5.0.0)
