From e5aa1eb0558b5268d6f450e95ecccfd549cb0557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de> Date: Wed, 14 May 2025 14:30:35 +0200 Subject: [PATCH] more up to date python packages --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index e2de2f1..4d5554f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,16 +5,16 @@ ipywidgets>=8.1.3 jupyter-book>=1.0.0 jupyter-sphinx>=0.5.3 jupyterthemes>=0.20.0 -jupytext>=1.16.2 -Markdown>=3.6 -matplotlib==3.7.1 -myst-nb>=1.1.0 -Sphinx>=7 +jupytext>=1.17.1 +Markdown>=3.8 +matplotlib>=3.10.3 +myst-nb>=1.2.0 +Sphinx==7.4.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 +scikit-learn==1.6.1 +scipy>=1.15.3 seaborn==0.12.2 -numexpr==2.8.4 \ No newline at end of file +numexpr==2.8.4 -- GitLab