Skip to content

Commit 3d4fdb2

Browse files
authored
Pin nbdime release compatible with JLab 1.x (#560)
1 parent 0571dfc commit 3d4fdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def runPackLabextension():
7171
],
7272
install_requires = [
7373
'notebook',
74-
'nbdime >= 1.1.0',
74+
'nbdime >= 1.1.0, < 2.0.0',
7575
'pexpect'
7676
],
7777
extras_require = {

0 commit comments

Comments
 (0)