Skip to content

Commit

Permalink
pin nbconvert to deal with regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 20, 2024
1 parent b7694af commit 03c9724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies:
- isort ==5.13.2
- matplotlib
- mypy
- nbconvert <7.14 # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
- nbqa
- nbsphinx
- nbval
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dev = [
"ipython",
"isort ==5.13.2",
"mypy",
"nbconvert",
"nbconvert <7.14", # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
"nbqa",
"nbval",
"netCDF4 >=1.4",
Expand Down

0 comments on commit 03c9724

Please sign in to comment.