Skip to content

Commit 13e0eed

Browse files
btelfcollonval
andauthored
Apply dependecy varsion pins (review)
Co-Authored-By: Frédéric Collonval <[email protected]>
1 parent c91e898 commit 13e0eed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@material-ui/core": "^4.8.2",
6767
"@material-ui/icons": "^4.5.1",
6868
"diff-match-patch": "^1.0.4",
69-
"nbdime": "~6.0.0",
69+
"nbdime": "^6.0.0",
7070
"react": "~16.9.0",
7171
"react-dom": "~16.9.0",
7272
"react-textarea-autosize": "^7.1.2",

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ def runPackLabextension():
7171
],
7272
install_requires = [
7373
'notebook',
74-
'nbdime >= 2.0.0',
74+
'nbdime ~=2.0',
7575
'pexpect'
7676
],
7777
extras_require = {
7878
'test': [
7979
'pytest',
8080
'pytest-asyncio',
81-
'jupyterlab>=2.0',
81+
'jupyterlab~=2.0',
8282
],
8383
},
8484
)

0 commit comments

Comments
 (0)