Skip to content

Commit

Permalink
[Requirements] Unpin jinja2 and bump nbconvert to 6.4.5 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr committed Sep 28, 2022
1 parent e926d63 commit 6ccc855
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ name = "pypi"
[packages]
ipython = ">=5.5"
#jupyterlab = ">=0.35.4"
nbconvert = ">=5.4"
nbconvert = ">=6.4.5"
notebook = ">=5.2.0"
# pyyaml 6.0 added backwards incompatible change https://github.com/yaml/pyyaml/issues/576
pyyaml = ">=3.13, <6.0.0"
requests = ">=2.20.1"
# nbconvert is not compatible with tornado 6 (which is in alpha)
#tornado = ">=5"
boto3 = ">=1.9"
# TODO remove this requirement once jupyter/nbconvert solves the issue https://github.com/jupyter/nbconvert/issues/1736
jinja2 = "~=3.0.0"

[dev-packages]
flake8 = "*"
Expand Down

0 comments on commit 6ccc855

Please sign in to comment.