Skip to content

Commit b2a0692

Browse files
add imageio requirement to setup
1 parent f777b34 commit b2a0692

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sdk/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ six>=1.9.0
55
tensorflow>=1.12.0
66
pillow
77
torch
8-
imageio
8+
imageio>=2.9.0

sdk/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'opencv-python>=4.0.0.21',
2626
'scipy>=1.1.0',
2727
'six>=1.9.0',
28-
'pillow>=6.1.0'
28+
'pillow>=6.1.0',
29+
'imageio>=2.9.0'
2930
]
3031
)

0 commit comments

Comments
 (0)