Skip to content

Commit 55b75e1

Browse files
committed
Require imageio-ffmpeg<0.4.0 due to a regression
Related issue: imageio/imageio-ffmpeg#33
1 parent a696dd6 commit 55b75e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imageio
2-
imageio-ffmpeg
2+
imageio-ffmpeg<0.4.0
33
numpy
44
tqdm
55
scikit-image

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
include_package_data=True,
2323
install_requires=[
2424
'imageio',
25-
'imageio-ffmpeg',
25+
'imageio-ffmpeg<0.4.0',
2626
'numpy',
2727
'tqdm',
2828
'scikit-image',

0 commit comments

Comments
 (0)