From 52b96faebd1b809c6bbccc34133c4bd54af85baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de> Date: Wed, 5 Apr 2023 20:45:28 +0000 Subject: [PATCH] pinning down the versions used here --- requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d363f2b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +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 +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 -- GitLab