diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 14:54:40 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-17 00:57:39 +0100 |
commit | 01d6f4f80fb33d3b0038714a6f6a66127a6bc3f3 (patch) | |
tree | 4056ae89f39005f2bdb962f07ed61982bbf2055b /gnu/packages/python-science.scm | |
parent | 2aab48a2cad82ceb2ed36292f2c7db0cefe68ee4 (diff) |
gnu: Pin some packages to python-cython-0.
* gnu/packages/audio.scm (python-pyliblo):
[native-inputs]: Remove python-cython; add python-cython-0.
* gnu/packages/bioinformatics.scm (python-pysam): Likewise.
* gnu/packages/parallel.scm (openpmix): Likewise.
* gnu/packages/python-science.scm (python-scipy): Likewise.
Change-Id: I7a02d39b7d7cbb8a40ab4434bfe90d4e944433d3
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index f35795f922..966c71e169 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3135,7 +3135,7 @@ cross-validation.") meson-python pkg-config python-click - python-cython-0.29.35 + python-cython-0 python-doit python-hypothesis python-pooch |