Skip to content

Commit

Permalink
Merge pull request #6570 from datalayer-externals/fix/pin-nbclassic
Browse files Browse the repository at this point in the history
fix: pin temporary to nbclassic 0.4.5
  • Loading branch information
echarles authored Oct 13, 2022
2 parents cd11753 + 228c1ba commit 67546da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- sphinx
- terminado
- myst-parser
- nbclassic>=0.4.0
- nbclassic==0.4.5
- pip:
- nbsphinx
- Send2Trash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
'Send2Trash>=1.8.0',
'terminado>=0.8.3',
'prometheus_client',
'nbclassic>=0.4.0',
'nbclassic==0.4.5',
],
extras_require = {
'test': ['pytest', 'coverage', 'requests', 'testpath',
Expand Down

0 comments on commit 67546da

Please sign in to comment.