do not make mul1 processing conditional on out_do_z
[ieee754fpu.git] / setup.py
index 8f83c591234f4566b481f784af1c66d70fee7136..31166444366960b03fef4ec2c10e73d40b1d18ef 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read()
 version = '0.0.1'
 
 install_requires = [
-    'sfpy',
+#    'sfpy',  # XXX temporarily disabled
 ]
 
 test_requires = [