diff --git a/requirements-tensorflow.txt b/requirements-tensorflow.txt index cf574331..f5bc37ef 100644 --- a/requirements-tensorflow.txt +++ b/requirements-tensorflow.txt @@ -1 +1 @@ -tensorflow~=2.20.0 +tensorflow~=2.21.0 diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 7f614707..1e27294f 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,5 +1,5 @@ -f https://download.pytorch.org/whl/torch/ -torch==2.10.0+cu126 +torch==2.12.0+cu132 -f https://download.pytorch.org/whl/torchvision/ -torchvision==0.25.0+cu126 +torchvision==0.27.0+cu132 tensorboard diff --git a/requirements-torch.txt b/requirements-torch.txt index 97f036e5..f3780292 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu/ -torch==2.10.0+cpu ; sys_platform != 'darwin' -torchvision==0.25.0+cpu ; sys_platform != 'darwin' -torch==2.10.0 ; sys_platform == 'darwin' -torchvision==0.25.0 ; sys_platform == 'darwin' +torch==2.12.0+cpu ; sys_platform != 'darwin' +torchvision==0.27.0+cpu ; sys_platform != 'darwin' +torch==2.12.0 ; sys_platform == 'darwin' +torchvision==0.27.0 ; sys_platform == 'darwin' tensorboard