gnu: python-numpy: Remove 1.21.6.
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.23.1. [native-inputs]: Add PYTHON-TYPING-EXTENSIONS. (python-numpy-next): Remove variable.master
parent
4620080578
commit
c9085d3bf6
|
@ -5524,7 +5524,7 @@ writing C extensions for Python as easy as Python itself.")
|
||||||
(define-public python-numpy
|
(define-public python-numpy
|
||||||
(package
|
(package
|
||||||
(name "python-numpy")
|
(name "python-numpy")
|
||||||
(version "1.21.6")
|
(version "1.23.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5533,7 +5533,7 @@ writing C extensions for Python as easy as Python itself.")
|
||||||
version "/numpy-" version ".tar.gz"))
|
version "/numpy-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b0c5y35rd3mvwfk5is1d5ppfw9nl4d2rgx9xkwh1p0w394wdvyl"))))
|
"095nv17vm8hvj8cj0d76syl9xh99bbnkgnjr9ccy3wpykcsfyj6p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -5592,6 +5592,7 @@ include_dirs = ~:*~a/include~%" #$(this-package-input "openblas"))))))
|
||||||
python-hypothesis-next
|
python-hypothesis-next
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
|
python-typing-extensions
|
||||||
gfortran))
|
gfortran))
|
||||||
(inputs (list bash openblas))
|
(inputs (list bash openblas))
|
||||||
(home-page "https://numpy.org")
|
(home-page "https://numpy.org")
|
||||||
|
@ -5603,25 +5604,6 @@ and Fortran code, useful linear algebra, Fourier transform, and random number
|
||||||
capabilities.")
|
capabilities.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-numpy-next
|
|
||||||
(package
|
|
||||||
(inherit python-numpy)
|
|
||||||
(name "python-numpy-next")
|
|
||||||
(version "1.23.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(inherit (package-source python-numpy))
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://github.com/numpy/numpy/releases/download/v"
|
|
||||||
version "/numpy-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"095nv17vm8hvj8cj0d76syl9xh99bbnkgnjr9ccy3wpykcsfyj6p"))))
|
|
||||||
(native-inputs
|
|
||||||
(modify-inputs (package-native-inputs python-numpy)
|
|
||||||
(append python-typing-extensions)))))
|
|
||||||
|
|
||||||
(define-public python-numpy-documentation
|
(define-public python-numpy-documentation
|
||||||
(package
|
(package
|
||||||
(inherit python-numpy)
|
(inherit python-numpy)
|
||||||
|
|
Reference in New Issue