Merge pull request #6570 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 - sphinx
- terminado - terminado
- myst-parser - myst-parser
- nbclassic>=0.4.0 - nbclassic==0.4.5
- pip: - pip:
- nbsphinx - nbsphinx
- Send2Trash - Send2Trash

View File

@ -122,7 +122,7 @@ for more information.
'Send2Trash>=1.8.0', 'Send2Trash>=1.8.0',
'terminado>=0.8.3', 'terminado>=0.8.3',
'prometheus_client', 'prometheus_client',
'nbclassic>=0.4.0', 'nbclassic==0.4.5',
], ],
extras_require = { extras_require = {
'test': ['pytest', 'coverage', 'requests', 'testpath', 'test': ['pytest', 'coverage', 'requests', 'testpath',