mirror of https://github.com/llvm/torch-mlir
[ci] Fix mpmath 1.4.0 error by forcing 1.3.0 (#2946)
`mpmath 1.4.0` changes some import locations breaking `torch`. Changing to `1.3.0` to avoid breaking on `python 3.11`pull/2925/head
parent
4147b280ce
commit
ec2b80b433
|
@ -2,3 +2,4 @@ pillow
|
|||
dill
|
||||
multiprocess
|
||||
onnx==1.15.0
|
||||
mpmath==1.3.0
|
||||
|
|
Loading…
Reference in New Issue