X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=setup.py;h=4f4f03381c809ab29354c14ada606ffb02e0ae9a;hb=912ff8cecfdc1ed7db0d72449c97606a3a2c3597;hp=5bb9b92ea8b60b9e5a571d13ad5b6c07eca38e4b;hpb=4e887249dcddd306f8a4b171597700894b067cba;p=soc.git diff --git a/setup.py b/setup.py index 5bb9b92e..4f4f0338 100644 --- 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', ]