guix: Update manifest.
parent
d7ea9cc4f7
commit
5ea7879896
18
manifest.scm
18
manifest.scm
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue