diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-12-01 17:41:32 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-12-02 18:21:13 +0100 |
commit | 5d26e542ee624e764f9f273e45ea6f0fc718ecf7 (patch) | |
tree | 9d98d36eb1c24bc6ad3c0b6a1b513c022005e551 /gnu/packages | |
parent | 1bbc659fd2012fbe33b53783c838e84833c74496 (diff) | |
download | guix-5d26e542ee624e764f9f273e45ea6f0fc718ecf7.tar guix-5d26e542ee624e764f9f273e45ea6f0fc718ecf7.tar.gz |
gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.
* gnu/packages/python.scm (python-ipython): Do it.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f033cb1a79..513910e5f6 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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) |