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