Skip to content

Commit

Permalink
typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko authored Feb 8, 2019
1 parent 8bfd00d commit 8112535
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 @@ -63,7 +63,7 @@ def run_tests(self):
# Define the requirements for specific execution needs.
requires = [
'decorator>=4.0.2,<5.0',
'imageio>=2.5,<3.0; python_version>='3.4'',
"imageio>=2.5,<3.0; python_version>='3.4'",
"imageio>=2.0,<2.5; python_version<'3.4'",
"imageio_ffmpeg>=0.2.0; python_version>='3.4'",
'tqdm>=4.11.2,<5.0',
Expand Down

0 comments on commit 8112535

Please sign in to comment.