mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: python-deepdish: Use python-numpy@1.
* gnu/packages/python-science.scm (python-deepdish): [propagated-inputs]: Remove python-numpy; add python-numpy-1. [native-inputs]: Remove python-wheel. Change-Id: I8c4e2bd6538411df0f33d05b80fe178690fcc4d8 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
6a72d3c12f
commit
c2aabd9cff
@@ -1027,8 +1027,8 @@ given to programs dedicated to amplitude analyses.")
|
|||||||
|
|
||||||
(define-public python-deepdish
|
(define-public python-deepdish
|
||||||
;; XXX: The project may no longer be compatible with the version of NumPy
|
;; XXX: The project may no longer be compatible with the version of NumPy
|
||||||
;; packed in Guix (now 1.24.4), use the latest commit containing fixes.
|
;; packed in Guix (now 1.26.4, and 2.3.1), use the latest commit containing
|
||||||
;; See: <https://github.com/uchicago-cs/deepdish/issues/50>.
|
;; fixes. See: <https://github.com/uchicago-cs/deepdish/issues/50>.
|
||||||
;; However, there is a maintained fork that appears to be a good
|
;; However, there is a maintained fork that appears to be a good
|
||||||
;; replacement: https://github.com/portugueslab/flammkuchen.
|
;; replacement: https://github.com/portugueslab/flammkuchen.
|
||||||
(let ((commit "3f2dff7a03f1b31f6924b665ad5b8c299329c1cd")
|
(let ((commit "3f2dff7a03f1b31f6924b665ad5b8c299329c1cd")
|
||||||
@@ -1069,10 +1069,9 @@ import six
|
|||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-pandas
|
python-pandas
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy
|
(list python-numpy-1
|
||||||
python-scipy
|
python-scipy
|
||||||
python-six
|
python-six
|
||||||
python-tables))
|
python-tables))
|
||||||
|
|||||||
Reference in New Issue
Block a user