masahi commented on issue #4756: [Docker] Update torch version to 1.4 URL: https://github.com/apache/incubator-tvm/pull/4756#issuecomment-577406065 @leandron yes, torchvision 0.5 seems to be compatible with PIL 7.0. My installation was already 7.0. ``` In [5]: import PIL In [6]: import torchvision In [7]: PIL.__version__ Out[7]: '7.0.0' In [8]: torchvision.__version__ Out[8]: '0.5.0' ``` does this answer your question?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
