We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523c048 commit 9b8a667Copy full SHA for 9b8a667
.github/requirements-Book.txt
@@ -1,7 +1,7 @@
1
-jinja2==3.1.4
+jinja2>=3.1.4
2
git+https://github.com/jangenoe/sphinx-book-theme#egg=sphinx-book-theme
3
jupyter-KULeuven-slides
4
-jupyter-book>=0.15
+jupyter-book>=1.0
5
ghp-import
6
sphinx-exercise
7
sphinxext-opengraph
.github/requirements-Lite.txt
@@ -1,11 +1,11 @@
-jupyterlab<4.0.0
+jupyterlab>=4.2.3
jupyterlite
jupyterlab-myst
jupyterlab-deck
jupyterlab-fonts
jupyterlab-theme-KULeuven
-ipympl>=0.8.2
8
-ipywidgets>=8.0.0
+ipympl>=0.9.4
+ipywidgets>=8.1.3
9
numpy
10
scipy
11
matplotlib
0 commit comments