guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1a51b9e6788b468a25f017c193b507573a5ffa9d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 2 15:25:36 2026 +0000
gnu: python-fcsparser: Use python-numpy@1.
* gnu/packages/bioinformatics.scm (python-fcsparser):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
Change-Id: I2a069293821b769aa981c15ccbc5c96cde5a497a
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d6946e1a5d..0eefa89ef4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6711,7 +6711,8 @@ gkm-SVM.")
(sha256
(base32 "1skk1k8phq9sj4ar0cnq8px89y3kcyh5zrbl6anz9wcdcyzkc16z"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-numpy python-pandas))
+ ;; See: <https://github.com/eyurtsev/fcsparser/issues/74>.
+ (propagated-inputs (list python-numpy-1 python-pandas))
(native-inputs (list python-poetry-core python-pytest))
(home-page "https://github.com/eyurtsev/fcsparser")
(synopsis "Package for reading raw fcs files")