Skip to content

Commit 86d2942

Browse files
committed
return install_requires decorator to >=4.0.6 like before
1 parent b44f184 commit 86d2942

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
@@ -188,7 +188,7 @@ def run(self):
188188
'plotlywidget/static/index.js.map',
189189
]),
190190
],
191-
install_requires=['decorator==4.0.9', # >=4.0.6
191+
install_requires=['decorator>=4.0.6',
192192
'nbformat>=4.2',
193193
'pytz',
194194
'requests',

0 commit comments

Comments
 (0)