Revert "gnu: python-numpy: Update to 1.13.1."
This reverts commit 025b196d9b
.
This is necessary as neither the current release nor the latest development
version of python-pandas can be build with numpy 1.13.x.
This commit is contained in:
parent
46cf31868c
commit
eaa1db1de6
|
@ -3720,21 +3720,22 @@ between language specification and implementation aspects.")
|
||||||
(define-public python-numpy
|
(define-public python-numpy
|
||||||
(package
|
(package
|
||||||
(name "python-numpy")
|
(name "python-numpy")
|
||||||
(version "1.13.1")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "numpy" version ".zip"))
|
(uri (string-append
|
||||||
|
"https://github.com/numpy/numpy/archive/v" version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fsgkhh1vdkhmlz8vmdgxnj9n9yaanckxxzz9s0b4p08fqvjic69"))))
|
"025d4j4aakcp8w5i5diqh812cbbjgac7jszx1j56ivrbi1i8vv7d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openblas" ,openblas)
|
`(("openblas" ,openblas)
|
||||||
("lapack" ,lapack)))
|
("lapack" ,lapack)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("python-cython" ,python-cython)
|
||||||
("python-cython" ,python-cython)
|
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("gfortran" ,gfortran)))
|
("gfortran" ,gfortran)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue