guix: Update manifest.

dev-brahim
Pierre-Antoine 2025-03-25 16:54:39 +01:00
parent d7ea9cc4f7
commit 5ea7879896
1 changed files with 9 additions and 9 deletions

View File

@ -36,14 +36,14 @@
;;; We replace python-numba package by package variant without tests
(define python-numba-no-check
(package
(inherit python-numba)
(arguments `(#:tests? #f))))
;; (define python-numba-no-check
;; (package
;; (inherit python-numba)
;; (arguments `(#:tests? #f))))
(define rewrite-numba
(package-input-rewriting/spec `(("python-numba" .
,(const python-numba-no-check)))))
;; (define rewrite-numba
;; (package-input-rewriting/spec `(("python-numba" .
;; ,(const python-numba-no-check)))))
;;; New packages
@ -204,9 +204,9 @@ user-defined extensions).")
(concatenate-manifests
(list (packages->manifest (list python-pyqt-file-list-widget
python-qtrangeslider
(rewrite-numba python-astropy)))
python-astropy))
(specifications->manifest
(list "python" "python-dateutil"
(list "python" "python-dateutil" "python-numba"
"python-scipy" "python-scikit-learn"
"python-pyqt@5" "python-pyqt5-sip"
"python-numpy@1" "python-pandas@1.5"