We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f777b34 commit b2a0692Copy full SHA for b2a0692
sdk/requirements.txt
@@ -5,4 +5,4 @@ six>=1.9.0
5
tensorflow>=1.12.0
6
pillow
7
torch
8
-imageio
+imageio>=2.9.0
sdk/setup.py
@@ -25,6 +25,7 @@
25
'opencv-python>=4.0.0.21',
26
'scipy>=1.1.0',
27
'six>=1.9.0',
28
- 'pillow>=6.1.0'
+ 'pillow>=6.1.0',
29
+ 'imageio>=2.9.0'
30
]
31
)
0 commit comments