X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=setup.py;h=4f4f03381c809ab29354c14ada606ffb02e0ae9a;hb=9def6da56b1850879e553c7df7bf1bbd91134c3f;hp=6d688f761b1a3e5a40ddbc8ded09a5d609d02e98;hpb=811091ec657161bb44cb0f46f31edad96f45fc27;p=soc.git diff --git a/setup.py b/setup.py index 6d688f76..4f4f0338 100644 --- 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 = [