Commit 3ce6c828 authored by Alykhan Tejani's avatar Alykhan Tejani Committed by Soumith Chintala
Browse files

add minimum requirement for pillow version >= 4.1.1 (#253)

parent 30a5aa0f
...@@ -11,7 +11,7 @@ VERSION = '0.1.9' ...@@ -11,7 +11,7 @@ VERSION = '0.1.9'
requirements = [ requirements = [
'numpy', 'numpy',
'pillow', 'pillow >= 4.1.1',
'six', 'six',
'torch', 'torch',
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment