[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
Rob Suderman 2024-02-23 13:13:54 -08:00 committed by GitHub
parent 4147b280ce
commit ec2b80b433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ pillow
dill
multiprocess
onnx==1.15.0
mpmath==1.3.0