summaryrefslogtreecommitdiff
path: root/gnu/packages/machine-learning.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/machine-learning.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/machine-learning.scm')
-rw-r--r--gnu/packages/machine-learning.scm26
1 files changed, 13 insertions, 13 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 5fbdc453a18..3c5943961e7 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -439,7 +439,7 @@ CTranslate2, which is a inference engine for transformer models.")
(build-system pyproject-build-system)
(propagated-inputs (list python-numpy python-scipy))
(inputs (list fasttext))
- (native-inputs (list pybind11 python-setuptools python-wheel))))
+ (native-inputs (list pybind11-2 python-setuptools python-wheel))))
(define-public python-funsor
(package
@@ -805,7 +805,7 @@ Learning usecases.")
(find-files (site-packages inputs outputs) "\\.so$")))))))
(inputs (list eigen-for-python-ml-dtypes))
(propagated-inputs (list python-numpy))
- (native-inputs (list pybind11
+ (native-inputs (list pybind11-2
python-absl-py
python-pytest
python-setuptools))
@@ -2047,7 +2047,7 @@ parts of speech and entities, do syntactic analysis, and more.")
(append
(list cmake-minimal
googletest
- pybind11
+ pybind11-2
python-fb-re2
python-parameterized
python-pytest
@@ -2135,7 +2135,7 @@ operators and standard data types.")
(package-transitive-supported-systems pkg)))
(list python-nbval))))
(inputs
- (list onnx protobuf pybind11))
+ (list onnx protobuf pybind11-2))
(propagated-inputs
(list python-numpy))
(synopsis "Library to optimize ONNX models")
@@ -2257,7 +2257,7 @@ with a single function call.")
nlohmann-json
onnx
protobuf
- pybind11
+ pybind11-2
re2-next
safeint
zlib))
@@ -2426,7 +2426,7 @@ than 8 bits, and at the end only some significant 8 bits are kept.")
libwebp
libx11
openblas
- pybind11
+ pybind11-2
zlib))
(synopsis
"Toolkit for making machine learning and data analysis applications in
@@ -3791,7 +3791,7 @@ find_library(ML_DTYPES_LIBRARIES
(native-inputs
(list pkg-config
googletest
- pybind11
+ pybind11-2
python-setuptools
python-wrapper ;for its /bin
swig-4.0
@@ -4543,7 +4543,7 @@ multiplications and convolution library for server-side inference.")
;; There are no tests
#:tests? #f))
(inputs (list libuv))
- (native-inputs (list googletest pkg-config pybind11 libnop))
+ (native-inputs (list googletest pkg-config pybind11-2 libnop))
(home-page "https://github.com/pytorch/tensorpipe")
(synopsis "Tensor-aware point-to-point communication primitive for
machine learning")
@@ -5190,7 +5190,7 @@ PyTorch.")
openssl ; for cpp-httplib
pthreadpool
protobuf
- pybind11
+ pybind11-2
;; qnnpack
qnnpack-pytorch
rdma-core
@@ -5906,7 +5906,7 @@ implementations and an easy-to-use API to create custom metrics. It offers:
python-pillow
python-pytorch))
(native-inputs
- (list pybind11
+ (list pybind11-2
python-pytest
python-setuptools
python-wheel
@@ -6186,7 +6186,7 @@ models on CPU and GPU.")
(native-inputs (list ctranslate2
python-setuptools
python-wheel
- pybind11
+ pybind11-2
python-pyyaml
python-numpy))))
@@ -6324,7 +6324,7 @@ a Qt interface for Argos Translate.")
(propagated-inputs
(list python-numpy python-scikit-learn python-scipy))
(native-inputs
- (list pybind11
+ (list pybind11-2
python-pytest
python-setuptools
python-setuptools-scm
@@ -7120,7 +7120,7 @@ add_subdirectory[(][.][.]/[.][.]/dlib/external/pybind11 pybind11_build[)]")
(list cmake-minimal
perl
pkg-config
- pybind11
+ pybind11-2
python-pytest
python-setuptools))))