Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Requirements] Unpin jinja2 and bump nbconvert to 6.4.5 #148

Merged
merged 2 commits into from
Sep 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions Pipfile
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