Skip to content

Commit

Permalink
feat: update tornado version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aircloud committed Jul 5, 2023
1 parent 6949d17 commit 639d160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
packages=setuptools.find_packages(),
install_requires=[
"jupyterlab",
"tornado==6.2",
"tornado<=6.2",
],
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit 639d160

Please sign in to comment.