Skip to content

Commit

Permalink
Added nbconvert version limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalasek committed Jul 8, 2023
1 parent 77c5689 commit d569f75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
dependencies = [
"click",
"ipython>=7.1",
"nbconvert>=6.0",
"nbconvert>=6.0,<7.0",
"jinja2>=3.0",
"ipython-genutils>=0.1",
"pyyaml>=5",
Expand Down
9 changes: 6 additions & 3 deletions requirements-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ docutils==0.17.1
# via
# sphinx
# sphinx-rtd-theme
entrypoints==0.4
# via nbconvert
exceptiongroup==1.1.2
# via
# anyio
Expand Down Expand Up @@ -130,7 +132,6 @@ imagesize==1.4.1
importlib-metadata==6.8.0
# via
# jupyter-client
# nbconvert
# sphinx
importlib-resources==6.0.0
# via matplotlib
Expand Down Expand Up @@ -228,6 +229,8 @@ kiwisolver==1.4.4
# via matplotlib
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via nbconvert
markupsafe==2.1.3
# via
# jinja2
Expand All @@ -242,15 +245,15 @@ matplotlib-inline==0.1.6
# ipython
mccabe==0.7.0
# via pylint
mistune==3.0.1
mistune==0.8.4
# via nbconvert
mypy-extensions==1.0.0
# via black
nbclassic==1.0.0
# via notebook
nbclient==0.8.0
# via nbconvert
nbconvert==7.6.0
nbconvert==6.5.4
# via
# jupyter
# jupyter-server
Expand Down
9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ docutils==0.17.1
# via
# sphinx
# sphinx-rtd-theme
entrypoints==0.4
# via nbconvert
exceptiongroup==1.1.2
# via
# anyio
Expand Down Expand Up @@ -130,7 +132,6 @@ imagesize==1.4.1
importlib-metadata==6.8.0
# via
# jupyter-client
# nbconvert
# sphinx
importlib-resources==6.0.0
# via matplotlib
Expand Down Expand Up @@ -228,6 +229,8 @@ kiwisolver==1.4.4
# via matplotlib
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via nbconvert
markupsafe==2.1.3
# via
# jinja2
Expand All @@ -242,15 +245,15 @@ matplotlib-inline==0.1.6
# ipython
mccabe==0.7.0
# via pylint
mistune==3.0.1
mistune==0.8.4
# via nbconvert
mypy-extensions==1.0.0
# via black
nbclassic==1.0.0
# via notebook
nbclient==0.8.0
# via nbconvert
nbconvert==7.6.0
nbconvert==6.5.4
# via
# jupyter
# jupyter-server
Expand Down

0 comments on commit d569f75

Please sign in to comment.