run tests in parallel
[ieee754fpu.git] / setup.py
index 8f83c591234f4566b481f784af1c66d70fee7136..95367ed01906d4179a76e14e7c9ad9594e739871 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,8 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read()
 version = '0.0.1'
 
 install_requires = [
-    'sfpy',
+    'nmutil',
+#    'sfpy',  # XXX temporarily disabled
 ]
 
 test_requires = [