diff --git a/Deep Learning-SEMICOLON/0. cnn-from-scratch/requirements.txt b/Deep Learning-SEMICOLON/0. cnn-from-scratch/requirements.txt index d052695..714aba8 100644 --- a/Deep Learning-SEMICOLON/0. cnn-from-scratch/requirements.txt +++ b/Deep Learning-SEMICOLON/0. cnn-from-scratch/requirements.txt @@ -1,3 +1,3 @@ mnist==0.2.2 -numpy==1.16.3 +numpy==1.22.0 keras==2.2.4