1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: python-scikit-learn: Adjust native inputs.

* gnu/packages/machine-learning.scm (python-scikit-learn):
[native-inputs]: Remove meson-python, pkg-config, and python-cython; add
python-meson-python.

Change-Id: Ib0ad4db1382d748e3ecbab9c50f9446c345048dc
This commit is contained in:
Sharlatan Hellseher
2026-01-25 23:48:09 +00:00
committed by Andreas Enge
parent e50bf1b431
commit 6f7f9d6c68

View File

@@ -2493,7 +2493,7 @@ performance computing environments.")
(build-system pyproject-build-system)
(arguments
(list
;; tests: 34005 passed, 4844 skipped, 150 xfailed, 65 xpassed, 4551 warnings
;; tests: 34005 passed, 4844 skipped, 150 xfailed, 65 xpassed, 4545 warnings
#:test-flags
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
"-m" "not network")
@@ -2524,9 +2524,7 @@ performance computing environments.")
(list openblas))
(native-inputs
(list gfortran
meson-python
pkg-config
python-cython
python-meson-python
python-pandas
python-pytest
python-pytest-xdist))