Harry24k / adversarial-attacks-pytorch

PyTorch implementation of adversarial attacks [torchattacks]
https://adversarial-attacks-pytorch.readthedocs.io/en/latest/index.html
MIT License
1.92k stars 353 forks source link

requests package version #194

Open jungcheolseung opened 4 months ago

jungcheolseung commented 4 months ago

https://github.com/Harry24k/adversarial-attacks-pytorch/blob/23620a694a3660e4f194c3e4d28992bced7785a1/setup.py#L24

https://github.com/Harry24k/adversarial-attacks-pytorch/blob/23620a694a3660e4f194c3e4d28992bced7785a1/requirements.txt#L7

The version in requirements.txt differs from the version in setup.py. Is there a specific reason for using requests~=2.25.1 in setup.py?