From f18612bbe313cb2f17644e1ecbb178824826b9ce Mon Sep 17 00:00:00 2001 From: joaq-rod Date: Mon, 25 Nov 2024 13:44:53 -0300 Subject: [PATCH 1/2] Added mkdocs-jupyter to requirements.txt to enable the plugin installation on the server (related to kluster.ai project) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b98fb410..147916b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,7 @@ MarkupSafe==2.1.3 mkdocs==1.5.3 mkdocs-awesome-pages-plugin==2.9.2 mkdocs-git-revision-date-localized-plugin==1.2.2 +mkdocs-jupyter==0.25.1 mkdocs-macros-plugin==1.0.5 mkdocs-macros-test==0.1.0 mkdocs-material==9.5.3 From 3fc95245f419d0330f650e1bc3563b77e477d897 Mon Sep 17 00:00:00 2001 From: joaq-rod Date: Wed, 8 Jan 2025 16:00:54 -0300 Subject: [PATCH 2/2] Updated Pillow to version 11.1 for compatibility with Python 3.13 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 147916b4..fcc433af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.7.2 mkdocs-redirects==1.2.1 nltk==3.8.1 -Pillow==9.4.0 +Pillow==11.1.0 Pygments==2.17.2 pymdown-extensions==10.7 python-dateutil==2.8.2