mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #6570 from datalayer-externals/fix/pin-nbclassic
fix: pin temporary to nbclassic 0.4.5
This commit is contained in:
commit
67546dad67
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user