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 6a8e6f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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
1 change: 1 addition & 0 deletions environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- jupyter
- ipykernel
- nbconvert
- nbformat<=5.0.8
- pyyaml
- toml
- pip
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
- conda-forge
dependencies:
- python>=3.6
- jupyter
- jupyterlab>=3.0
- nbformat<=5.0.8
- jupyter-packaging
- pyyaml
- toml
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 6a8e6f7

Please sign in to comment.