armory icon indicating copy to clipboard operation
armory copied to clipboard

Fix dependency on ART

Open mzweilin opened this issue 1 year ago • 1 comments

ART v1.15.1 and v1.15.2 fix a few bugs since v1.15.0, but armory-testbed[engine] freezes the dependency on ART v1.15.0.

I would recommend using tilde requirements (https://python-poetry.org/docs/dependency-specification/) in case of future bug fixes in ART v1.15.*

"adversarial-robustness-toolbox ~= 1.15.0"

https://github.com/twosixlabs/armory/blob/fd853f2910a5b0c8d5bf75bad22ff2b1800f09d8/pyproject.toml#L64C37-L64C38

mzweilin avatar Oct 27 '23 03:10 mzweilin

Thanks Weilin. We typically pin ART at each release so we can be sure everyone is using the same version, allowing consistency between evaluators. The eval8 release will use ART 1.16.0, see #1999

swsuggs avatar Oct 27 '23 18:10 swsuggs