Skip to content

Commit 94b7b0d

Browse files
committed
nbclassic lower boundary to 0.4.7
1 parent 1399aa6 commit 94b7b0d

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.7
16+
- nbclassic>=0.4.7
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.7',
125+
'nbclassic>=0.4.7',
126126
],
127127
extras_require = {
128128
'test': ['pytest', 'coverage', 'requests', 'testpath',

0 commit comments

Comments
 (0)