Skip to content

Commit

Permalink
At the moment Jupytext requires nbformat<=5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jan 14, 2021
1 parent bb04ac3 commit d09af23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# All dependencies but markdown-it-py
pip install nbformat pyyaml toml
pip install 'nbformat<=5.0.8' pyyaml toml
pip install -r requirements-dev.txt
- name: Install a Jupyter Kernel
run: python -m ipykernel install --name python_kernel --user
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nbformat>=4.0.0
nbformat>=4.0.0,<=5.0.8
pyyaml
toml
markdown-it-py~=0.6.0

0 comments on commit d09af23

Please sign in to comment.