gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.
* gnu/packages/python.scm (python-ipython): Do it.
This commit is contained in:
parent
1bbc659fd2
commit
5d26e542ee
|
@ -4146,7 +4146,7 @@ without using the configuration machinery.")
|
||||||
`(("readline" ,readline)
|
`(("readline" ,readline)
|
||||||
("which" ,which)
|
("which" ,which)
|
||||||
("python-matplotlib" ,python-matplotlib)
|
("python-matplotlib" ,python-matplotlib)
|
||||||
("python-numpy" ,python-numpy-bootstrap)
|
("python-numpy" ,python-numpy)
|
||||||
("python-numpydoc" ,python-numpydoc)
|
("python-numpydoc" ,python-numpydoc)
|
||||||
("python-jinja2" ,python-jinja2)
|
("python-jinja2" ,python-jinja2)
|
||||||
("python-mistune" ,python-mistune)
|
("python-mistune" ,python-mistune)
|
||||||
|
|
Loading…
Reference in New Issue