summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorGabriel Wicki <gabriel@erlikon.ch>2026-03-05 13:41:12 +0100
committerGabriel Wicki <gabriel@erlikon.ch>2026-03-05 15:53:36 +0100
commitf86ff1db98ebf80abcde89b698b705dc89bf7cea (patch)
tree81dfc9f77bf2d79e82cf98c37035ab6e60ac6559 /gnu/packages/bioinformatics.scm
parent13346ec997dbf651b1775e44f7569d87053c44cf (diff)
gnu: Pin old pybind11 version.
* gnu/packages/python-xyz.scm (pybind11): Move definition to (pybind11-2). (python-awkward-cpp, python-contourpy, python-hnswlib, python-dm-tree, python-matplotlib, python-pikepdf, python-optree, python-fusepy): Change reference to pybind11-2. * gnu/packages/astronomy.scm (aoflagger, python-galsim, python-pyclp), gnu/packages/bioinformatics.scm (python-metacells, python-strawc, python-coolbox, python-pyspoa, python-scvelo), gnu/packages/chemistry.scm (avogadrolibs), gnu/packages/computer-architecture.scm (gem5), gnu/packages/duckdb.scm (python-duckdb), gnu/packages/electronics.scm (nextpnr, prjtrellis), gnu/packages/engineering.scm (python-orocos-kinematics-dynamics), gnu/packages/geo.scm (ogs-serial), gnu/packages/graphics.scm (openshadinglanguage, openimageio), gnu/packages/image-processing.scm (opencolorio), gnu/packages/machine-learning.scm (python-fasttext, python-ml-dtypes, onnx, onnx-optimizer, onnxruntime, dlib, tensorflow-lite, tensorpipe, python-pytorch, python-torchvision, python-ctranslate2, python-hmmlearn, python-dlib), gnu/packages/maths.scm (python-accupy, python-ducc0), gnu/packages/networking.scm (libcamera), gnu/packages/opencl.scm (python-pyopencl), gnu/packages/package-management.scm (python-libmambapy), gnu/packages/physics.scm (python-brille, python-gofit), gnu/packages/python-check.scm (python-xdoctest), gnu/packages/python-science.scm (pyre, python-boost-histogram, python-cvxpy, python-iminuit, python-osqp, python-pyamg, python-qdldl, python-scikit-build-core, python-scipy, python-vaex-core, python-pyfma), gnu/packages/radio.scm (gnuradio, gr-osmosdr, gr-dsd, gr-iqbal, gr-satellites, limesuite-ng), gnu/packages/simulation.scm (fenics, python-dolfin-adjoint), gnu/packages/statistics.scm (python-diptest, python-george), gnu/packages/syndication.scm (syndication-domination): Change reference to pybind11-2. Change-Id: Ib6abc8580fc2b4c35172f251ff6ba7d80ced4b7b Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a08d9846cdd..88a4174b28f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3252,7 +3252,7 @@ and gene expression visualization.")
3252 python-scipy 3252 python-scipy
3253 python-threadpoolctl 3253 python-threadpoolctl
3254 python-umap-learn)) 3254 python-umap-learn))
3255 (native-inputs (list pybind11 python-pytest python-setuptools)) 3255 (native-inputs (list pybind11-2 python-pytest python-setuptools))
3256 (home-page "https://github.com/tanaylab/metacells.git") 3256 (home-page "https://github.com/tanaylab/metacells.git")
3257 (synopsis "Single-cell RNA Sequencing Analysis") 3257 (synopsis "Single-cell RNA Sequencing Analysis")
3258 (description "The metacells package implements the improved metacell 3258 (description "The metacells package implements the improved metacell
@@ -23875,7 +23875,7 @@ instruments, or Pacific Biosciences RSII or Sequel sequencers.")
23875 (inputs 23875 (inputs
23876 (list curl zlib)) 23876 (list curl zlib))
23877 (propagated-inputs 23877 (propagated-inputs
23878 (list pybind11)) 23878 (list pybind11-2))
23879 (home-page "https://github.com/aidenlab/straw") 23879 (home-page "https://github.com/aidenlab/straw")
23880 (synopsis "Stream data from .hic files") 23880 (synopsis "Stream data from .hic files")
23881 (description "Straw is library which allows rapid streaming of contact 23881 (description "Straw is library which allows rapid streaming of contact
@@ -24006,7 +24006,7 @@ e.g. from GenBank or Gff files, or Biopython SeqRecords.")
24006 ;; dependencies. 24006 ;; dependencies.
24007 (delete 'sanity-check)))) 24007 (delete 'sanity-check))))
24008 (native-inputs 24008 (native-inputs
24009 (list pybind11 24009 (list pybind11-2
24010 python-pytest 24010 python-pytest
24011 python-pypairix 24011 python-pypairix
24012 python-setuptools 24012 python-setuptools
@@ -24072,7 +24072,7 @@ browser.")
24072 "-DCMAKE_CXX_FLAGS=\"-I ../vendor/cereal/include/\" -fPIC" 24072 "-DCMAKE_CXX_FLAGS=\"-I ../vendor/cereal/include/\" -fPIC"
24073 "..") 24073 "..")
24074 (invoke "make"))))))) 24074 (invoke "make")))))))
24075 (propagated-inputs (list pybind11)) 24075 (propagated-inputs (list pybind11-2))
24076 (native-inputs (list cmake-minimal python-setuptools)) 24076 (native-inputs (list cmake-minimal python-setuptools))
24077 (home-page "https://github.com/nanoporetech/pyspoa") 24077 (home-page "https://github.com/nanoporetech/pyspoa")
24078 (synopsis "Python bindings for the SIMD partial order alignment library") 24078 (synopsis "Python bindings for the SIMD partial order alignment library")
@@ -24159,7 +24159,7 @@ aligner.")
24159 python-scipy 24159 python-scipy
24160 python-umap-learn 24160 python-umap-learn
24161 ;; [optional] 24161 ;; [optional]
24162 pybind11 24162 pybind11-2
24163 python-hnswlib 24163 python-hnswlib
24164 python-igraph 24164 python-igraph
24165 python-louvain)) 24165 python-louvain))