Open jungcheolseung opened 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?
requests~=2.25.1
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?