From f3c5ecbbd3a2b90b730ae9eec3007333ebdffc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de> Date: Wed, 5 Jun 2024 15:45:45 +0200 Subject: [PATCH] using jupyter book 1.0.0 now, and some more newer versions --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index f04dafa..704485a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ setuptools -ipympl>=0.9.3 -ipython>=8.12.0 -ipywidgets>=8.0.6 -jupyter-book>=0.15.1 -jupyter-sphinx>=0.4.0 +ipympl>=0.9.4 +ipython>=8.25.0 +ipywidgets>=8.1.3 +jupyter-book>=1.0.0 +jupyter-sphinx>=0.5.3 jupyterthemes>=0.20.0 -jupytext>=1.14.5 -Markdown>=3.4.3 +jupytext>=1.16.2 +Markdown>=3.6 matplotlib==3.7.1 -myst-nb>=0.17.1 -Sphinx>=5.0.2 -sphinx-jupyterbook-latex>=0.5.2 -sphinxcontrib-bibtex>=2.5.0 -numpy==1.24.2 -pandas==2.0.0 +myst-nb>=1.1.0 +Sphinx>=7 +sphinx-jupyterbook-latex>=1.0.0 +sphinxcontrib-bibtex>=2.6.2 +numpy>=1.26.4 +pandas>=2.2.2 scikit-learn==1.2.2 scipy==1.10.1 seaborn==0.12.2 -- GitLab