me
/
guix
Archived
1
0
Fork 0

gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.

* gnu/packages/python.scm (python-ipython): Do it.
master
Federico Beffa 2015-12-01 17:41:32 +01:00
parent 1bbc659fd2
commit 5d26e542ee
1 changed files with 1 additions and 1 deletions

View File

@ -4146,7 +4146,7 @@ without using the configuration machinery.")
`(("readline" ,readline)
("which" ,which)
("python-matplotlib" ,python-matplotlib)
("python-numpy" ,python-numpy-bootstrap)
("python-numpy" ,python-numpy)
("python-numpydoc" ,python-numpydoc)
("python-jinja2" ,python-jinja2)
("python-mistune" ,python-mistune)