qutech / qupulse

Quantum Computing Toolkit for Qubit Control
56 stars 31 forks source link

Make gmpy2 a hard dependency #845

Closed terrorfisch closed 5 months ago

terrorfisch commented 5 months ago

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.