We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91e898 commit 13e0eedCopy full SHA for 13e0eed
package.json
@@ -66,7 +66,7 @@
66
"@material-ui/core": "^4.8.2",
67
"@material-ui/icons": "^4.5.1",
68
"diff-match-patch": "^1.0.4",
69
- "nbdime": "~6.0.0",
+ "nbdime": "^6.0.0",
70
"react": "~16.9.0",
71
"react-dom": "~16.9.0",
72
"react-textarea-autosize": "^7.1.2",
setup.py
@@ -71,14 +71,14 @@ def runPackLabextension():
],
install_requires = [
73
'notebook',
74
- 'nbdime >= 2.0.0',
+ 'nbdime ~=2.0',
75
'pexpect'
76
77
extras_require = {
78
'test': [
79
'pytest',
80
'pytest-asyncio',
81
- 'jupyterlab>=2.0',
+ 'jupyterlab~=2.0',
82
83
},
84
)
0 commit comments