connect up LD/ST matrix properly
[soc.git] / setup.py
index 6d688f761b1a3e5a40ddbc8ded09a5d609d02e98..4f4f03381c809ab29354c14ada606ffb02e0ae9a 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',
+#    'sfpy',
+    'ieee754fpu',
 ]
 
 test_requires = [