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?
adversarial-attacks-pytorch/setup.py
Line 24 in 23620a6
adversarial-attacks-pytorch/requirements.txt
Line 7 in 23620a6
The version in requirements.txt differs from the version in setup.py.
Is there a specific reason for using
requests~=2.25.1in setup.py?