From a9c7c2708848aebeed7effb9e7e300f84bb581cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de>
Date: Wed, 24 Apr 2024 21:27:50 +0000
Subject: [PATCH] fishing for newer versions ..

---
 requirements.txt | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 44aceb6..f04dafa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,19 +1,19 @@
-ipympl==0.9.3
-ipython==8.12.0
-ipywidgets==8.0.6
-jupyter-book==0.15.1
-jupyter-sphinx==0.4.0
-jupyterthemes==0.20.0
-jupytext==1.14.5
-Markdown==3.4.3
+setuptools
+ipympl>=0.9.3
+ipython>=8.12.0
+ipywidgets>=8.0.6
+jupyter-book>=0.15.1
+jupyter-sphinx>=0.4.0
+jupyterthemes>=0.20.0
+jupytext>=1.14.5
+Markdown>=3.4.3
 matplotlib==3.7.1
-myst-nb==0.17.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
 scikit-learn==1.2.2
 scipy==1.10.1
 seaborn==0.12.2
-Sphinx==5.0.2
-sphinx-jupyterbook-latex==0.5.2
-sphinxcontrib-bibtex==2.5.0
-setuptools
-- 
GitLab