projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811091e
)
add IEEE754 FPU dependency
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 7 May 2019 05:49:32 +0000
(06:49 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 7 May 2019 05:49:32 +0000
(06:49 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 6d688f761b1a3e5a40ddbc8ded09a5d609d02e98..5bb9b92ea8b60b9e5a571d13ad5b6c07eca38e4b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-10,6
+10,7
@@
version = '0.0.1'
install_requires = [
'sfpy',
+ 'ieee754fpu',
]
test_requires = [