diff --git a/requirements.txt b/requirements.txt index f44ebeb5..c331e5ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ opencv-python>=4.1.2 torch>=1.9.0 --extra-index-url https://download.pytorch.org/whl/cpu torchvision>=0.10.0 --extra-index-url https://download.pytorch.org/whl/cpu pytest==7.1.3 -tqdm==4.64.1 +tqdm==4.66.3 scipy>=1.7.3 matplotlib>=3.4.3 mock==4.0.3 \ No newline at end of file diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 9bdbf06b..f91e118f 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -5,7 +5,7 @@ opencv-python>=4.1.2 torch>=1.9.0 --extra-index-url https://download.pytorch.org/whl/cu102 torchvision>=0.10.0 --extra-index-url https://download.pytorch.org/whl/cu102 pytest==7.1.3 -tqdm==4.64.1 +tqdm==4.66.3 scipy>=1.7.3 matplotlib>=3.4.3 mock==4.0.3 \ No newline at end of file