diff --git a/requirements-gpu.txt b/requirements-gpu.txt index cfb382e..2c173f4 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -1,6 +1,6 @@ jupyter==1.0.0 notebook==6.0.2 -numpy==1.17.4 +numpy==1.22.0 matplotlib==3.1.1 tensorflow-gpu>=1.15.2 tqdm==4.39.0 diff --git a/requirements.txt b/requirements.txt index ef14e94..0820bf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jupyter==1.0.0 notebook==6.0.2 -numpy==1.17.4 +numpy==1.22.0 matplotlib==3.1.1 tensorflow>=1.15.2 tqdm==4.39.0