From 962d942ffcba7893ab15c30dc602e51462d9b09a Mon Sep 17 00:00:00 2001 From: zimoun Date: Thu, 30 Dec 2021 22:04:49 +0100 Subject: [PATCH] gnu: Rename last 'python-numpy' as 'python-numpy-next'. * gnu/packages/python-xyz.scm (python-numpy-next): Rename. --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7ca0b1668d..047bb4cbb8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5366,11 +5366,9 @@ (define-public python2-cython "")) #t))))))))) -;; NOTE: when upgrading numpy please make sure that python-pandas and -;; python-scipy still build, as these three packages are often used together. (define-public python-numpy-next (package - (name "python-numpy") + (name "python-numpy-next") (version "1.21.3") (source (origin @@ -5481,6 +5479,8 @@ (define-public python-numpy-1.20 (substitute-keyword-arguments (package-arguments python-numpy-next) ((#:tests? _ #t) #f))))) +;; NOTE: when upgrading numpy please make sure that python-pandas and +;; python-scipy still build, as these three packages are often used together. (define-public python-numpy python-numpy-1.20) ;; NOTE: NumPy 1.8 is packaged only for Python 2 because it is of base-commit: 002442b2209b0953dd209e6219696a8758ceceb2 -- 2.34.0