Skip to content

Commit

Permalink
Update the version of smart_open in the setup.py file (#2582)
Browse files Browse the repository at this point in the history
Fixes #2576
  • Loading branch information
AMR-KELEG authored and mpenkov committed Aug 23, 2019
1 parent f97d0e7 commit f2ad5c2
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 @@ -381,7 +381,7 @@ def finalize_options(self):
NUMPY_STR,
'scipy >= 0.18.1',
'six >= 1.5.0',
'smart_open >= 1.7.0',
'smart_open >= 1.8.1',
],
tests_require=linux_testenv,
extras_require={
Expand Down

0 comments on commit f2ad5c2

Please sign in to comment.