Skip to content

Commit 1cd5fa9

Browse files
authored
Update setup.py
1 parent ec4d8d5 commit 1cd5fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolbar-button/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
cmdclass= cmdclass,
7070
packages=setuptools.find_packages(),
7171
install_requires=[
72-
"jupyterlab>=3.0.0rc15,==3.*",
72+
"jupyterlab~=3.0",
7373
],
7474
zip_safe=False,
7575
include_package_data=True,
@@ -90,4 +90,4 @@
9090

9191

9292
if __name__ == "__main__":
93-
setuptools.setup(**setup_args)
93+
setuptools.setup(**setup_args)

0 commit comments

Comments
 (0)