Skip to content

Commit

Permalink
Add jupytext dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed May 19, 2024
1 parent 1ff492f commit f343a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ datasets = [
docs = [
# ipywidgets 7+ required by nbsphinx
"ipywidgets>=7",
# TODO: find min version
"jupytext",
# nbsphinx 0.8.5 fixes bug with nbformat attributes
"nbsphinx>=0.8.5",
# release versions missing files, must install from master
Expand Down
1 change: 1 addition & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# docs
ipywidgets==8.1.2
jupytext==1.16.2
nbsphinx==0.9.4
sphinx==5.3.0

0 comments on commit f343a06

Please sign in to comment.