mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Pinning pillow version to 8.2.0 to circumvent regression introduced by 8.3.0 (#8303)
This commit is contained in:
parent
008c5f7640
commit
090bae21ab
2 changed files with 4 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
|
||||
# transformers requires sklearn
|
||||
--pre
|
||||
-f https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
||||
|
|
|
|||
|
|
@ -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+cu102
|
||||
|
|
|
|||
Loading…
Reference in a new issue