Merge branch 'master' of https://git.libre-riscv.org/git/soc
[soc.git] / setup.py
index 5bb9b92ea8b60b9e5a571d13ad5b6c07eca38e4b..4f4f03381c809ab29354c14ada606ffb02e0ae9a 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',
     'ieee754fpu',
 ]