gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.
* gnu/packages/python.scm (python-ipython): Do it.master
parent
1bbc659fd2
commit
5d26e542ee
|
@ -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)
|
||||
|
|
Reference in New Issue