Use higher precision arithmetic when calculating the atan2 table
[ieee754fpu.git] / setup.py
index 95367ed01906d4179a76e14e7c9ad9594e739871..c5bf5cf02cacb34274123f02f5dbfac9ee440059 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,7 @@ version = '0.0.1'
 install_requires = [
     'nmutil',
 #    'sfpy',  # XXX temporarily disabled
+    'gmpy2'
 ]
 
 test_requires = [