fix: pin temporary to nbclassic 0.4.5

This commit is contained in:
Eric Charles 2022-10-13 15:51:42 +02:00
parent cd117534ef
commit 228c1bacb3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ dependencies:
- sphinx
- terminado
- myst-parser
- nbclassic>=0.4.0
- nbclassic==0.4.5
- pip:
- nbsphinx
- Send2Trash

View File

@ -122,7 +122,7 @@ for more information.
'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',