diff --git a/requirements.txt b/requirements.txt index 8351598..5a29d60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ timm>=1.0.9 tqdm>=4.56.1 pandas>=1.3.5 git+https://github.com/fra31/auto-attack.git@a39220048b3c9f2cca9a4d3a54604793c68eca7e#egg=autoattack -gdown==5.1.0 +gdown==5.2.2 pyyaml diff --git a/setup.py b/setup.py index 5d80a97..da2acfc 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'pandas>=1.3.5', 'autoattack @ git+https://github.com/fra31/auto-attack.git@a39220048b3c9f2cca9a4d3a54604793c68eca7e#egg=autoattack', 'timm>=1.0.9', - 'gdown==5.1.0', + 'gdown==5.2.2', 'pyyaml', ], classifiers=[