Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency on ART #1998

Open
mzweilin opened this issue Oct 27, 2023 · 1 comment
Open

Fix dependency on ART #1998

mzweilin opened this issue Oct 27, 2023 · 1 comment

Comments

@mzweilin
Copy link

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

@swsuggs
Copy link
Contributor

swsuggs commented Oct 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants