Skip to content

Commit 67546da

Browse files
authored
Merge pull request #6570 from datalayer-externals/fix/pin-nbclassic
fix: pin temporary to nbclassic 0.4.5
2 parents cd11753 + 228c1ba commit 67546da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- sphinx
1414
- terminado
1515
- myst-parser
16-
- nbclassic>=0.4.0
16+
- nbclassic==0.4.5
1717
- pip:
1818
- nbsphinx
1919
- Send2Trash

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
'Send2Trash>=1.8.0',
123123
'terminado>=0.8.3',
124124
'prometheus_client',
125-
'nbclassic>=0.4.0',
125+
'nbclassic==0.4.5',
126126
],
127127
extras_require = {
128128
'test': ['pytest', 'coverage', 'requests', 'testpath',

0 commit comments

Comments
 (0)