diff --git a/deployed_templates/django/requirements.txt b/deployed_templates/django/requirements.txt index bd3d18b..108ae03 100644 --- a/deployed_templates/django/requirements.txt +++ b/deployed_templates/django/requirements.txt @@ -1,5 +1,5 @@ asgiref~=3.8.1 -Django~=5.0.8 +Django~=5.2.8 django-browser-reload~=1.13.0 python-decouple~=3.8 sqlparse~=0.5.1 diff --git a/deployed_templates/jupyter/requirements.txt b/deployed_templates/jupyter/requirements.txt index d0c8a92..80a2c0d 100644 --- a/deployed_templates/jupyter/requirements.txt +++ b/deployed_templates/jupyter/requirements.txt @@ -1,6 +1,6 @@ ipywidgets==8.1.2 matplotlib==3.8.4 pandas==2.2.2 -torch==2.3.0 +torch==2.8.0 torchvision==0.18.0 tqdm==4.66.4 diff --git a/templates/django/requirements.txt b/templates/django/requirements.txt index bd3d18b..108ae03 100644 --- a/templates/django/requirements.txt +++ b/templates/django/requirements.txt @@ -1,5 +1,5 @@ asgiref~=3.8.1 -Django~=5.0.8 +Django~=5.2.8 django-browser-reload~=1.13.0 python-decouple~=3.8 sqlparse~=0.5.1 diff --git a/templates/jupyter/requirements.txt b/templates/jupyter/requirements.txt index d0c8a92..80a2c0d 100644 --- a/templates/jupyter/requirements.txt +++ b/templates/jupyter/requirements.txt @@ -1,6 +1,6 @@ ipywidgets==8.1.2 matplotlib==3.8.4 pandas==2.2.2 -torch==2.3.0 +torch==2.8.0 torchvision==0.18.0 tqdm==4.66.4