Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Pin nbconvert to be >= 5.x but < 6.x #127

Merged
merged 3 commits into from
Oct 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pylint
- flake8
- black
- isort
- isort==5.5.4
- twine
- wheel
- pytest
Expand All @@ -24,5 +24,5 @@ dependencies:
- jupyterlab

- pip:
# This project pip deps
- pelican
# This project pip deps
- pelican
2 changes: 1 addition & 1 deletion requirements-package.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pelican>=4
nbconvert>=5
nbconvert>=5,<6
markdown
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setuptools_scm
pylint
flake8
black
isort
isort==5.5.4
twine
wheel
pytest
Expand Down