Skip to content

Commit

Permalink
[ci] Fix mpmath 1.4.0 error by forcing 1.3.0 (llvm#2946)
Browse files Browse the repository at this point in the history
`mpmath 1.4.0` changes some import locations breaking `torch`. Changing
to `1.3.0` to avoid breaking on `python 3.11`
  • Loading branch information
rsuderman authored Feb 23, 2024
1 parent 4147b28 commit ec2b80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pillow
dill
multiprocess
onnx==1.15.0
mpmath==1.3.0

0 comments on commit ec2b80b

Please sign in to comment.