Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
pplpy asks for gmpy2>=2.1.0b1

despite us grabbing gmpy2==2.1.5 in the requirements, pplpy seems to then grab the pre-release version of gmpy2 (this pre-release is version 2.2.0a1)

this pre-release version requires mpc (aka libmpc-dev) version 1.3.1. The latest version on Debian Bullseye is mpc version 1.2.0

by constraining pip to not grab gmpy2 version 2.2.0a1, the bug is avoided
  • Loading branch information
natemacfadden committed Oct 3, 2023
1 parent 34762bd commit e7d05a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Cython==0.29.34
gmpy2==2.1.5

0 comments on commit e7d05a7

Please sign in to comment.