Use python bigfloat to calculate atan tables
[ieee754fpu.git] / setup.py
index 95367ed01906d4179a76e14e7c9ad9594e739871..4693b5f7a938aee73f399dfefe47657f9895b251 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,7 @@ version = '0.0.1'
 install_requires = [
     'nmutil',
 #    'sfpy',  # XXX temporarily disabled
+    'bigfloat'
 ]
 
 test_requires = [