The original reason stated in #375 no longer holds becaus gmpy2 has proper wheel support now.
The fractions.Fraction fallback requires a lot of complicated testing inftastructure and special casing. Therefore, we decided to make gmpy2 a hard dependency.
In a first step we will remove all testing for the fallback case.
The original reason stated in #375 no longer holds becaus gmpy2 has proper wheel support now.
The
fractions.Fraction
fallback requires a lot of complicated testing inftastructure and special casing. Therefore, we decided to makegmpy2
a hard dependency.In a first step we will remove all testing for the fallback case.