mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
Pin version of Pillow to 8.2.0 to circumvent noncompatibility with numpy (#8278)
This commit is contained in:
parent
88ec95ea96
commit
2bda2a62fd
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# TODO: Remove pinned version of Pillow of 8.2.0 when 8.3.0 release regression issue https://github.com/python-pillow/Pillow/issues/5571 is resolved
|
||||
Pillow==8.2.0
|
||||
--pre
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
torch==1.9.0+cu111
|
||||
|
|
|
|||
Loading…
Reference in a new issue