Skip to content

Commit 96e782f

Browse files
author
Jaipreet Singh
committed
Update nbdime dependency
1 parent 2709ffc commit 96e782f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=setuptools.find_packages(),
1717
install_requires=[
1818
'notebook',
19-
'nbdime @ git+https://github.com/jupyter/nbdime.git@f96ac655cdb4fce33eb8a2de4ce06913b942a97b'
19+
'nbdime >= 1.1.0'
2020
],
2121
package_data={'jupyterlab_git': ['*']},
22-
)
22+
)

0 commit comments

Comments
 (0)