We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92ee12c + 23090fb commit f107646Copy full SHA for f107646
docs/requirements.txt
@@ -7,6 +7,8 @@ mknotebooks==0.7.1 # Turn Jupyter Lab notebooks into webpages.
7
pytkdocs_tweaks==0.0.6 # Tweaks mkdocstrings to improve various aspects
8
mkdocs_include_exclude_files==0.0.1 # Allow for customising which files get included
9
jinja2==3.0.3 # Older version. After 3.1.0 seems to be incompatible with current versions of mkdocstrings.
10
+nbconvert==6.5.0 # | Older verson to avoid error
11
+nbformat==5.4.0 # |
12
13
# Install latest version of our dependencies
14
jax[cpu]
0 commit comments