Skip to content

Commit d9cf488

Browse files
authored
Merge pull request #8 from krassowski/patch-1
Unpin alpha-10
2 parents 35a8a50 + 8eec327 commit d9cf488

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
@@ -44,7 +44,7 @@
4444
packages=setuptools.find_packages(),
4545
install_requires=[
4646
"jupyter_server>=1.6,<2",
47-
"jupyterlab==3.1.0-alpha.10"
47+
"jupyterlab>=3.1.0-alpha.10"
4848
],
4949
zip_safe=False,
5050
include_package_data=True,

0 commit comments

Comments
 (0)