2
0
mirror of https://github.com/jupyter/notebook.git synced 2024-12-21 04:10:17 +08:00

Merge pull request from datalayer-externals/fix/pin-nbclassic

fix: pin temporary to nbclassic 0.4.5
This commit is contained in:
Eric Charles 2022-10-13 15:54:39 +02:00 committed by GitHub
commit 67546dad67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',