Skip to content

Commit b44f184

Browse files
committed
rewrite install_requires section in setup.py
1 parent d81357f commit b44f184

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.6',
191+
install_requires=['decorator==4.0.9', # >=4.0.6
192192
'nbformat>=4.2',
193193
'pytz',
194194
'requests',

0 commit comments

Comments
 (0)