diff options
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 4b3ce96f62b..b3d749d8db7 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -737,7 +737,7 @@ covariance @url{https://github.com/vnmabus/dcor#sr14,[SR14]} | |||
| 737 | (build-system pyproject-build-system) | 737 | (build-system pyproject-build-system) |
| 738 | (native-inputs | 738 | (native-inputs |
| 739 | (list cmake-minimal ;TODO: propagate from python-scikit-build-core | 739 | (list cmake-minimal ;TODO: propagate from python-scikit-build-core |
| 740 | pybind11 | 740 | pybind11-2 |
| 741 | python-pytest | 741 | python-pytest |
| 742 | python-scikit-build-core)) | 742 | python-scikit-build-core)) |
| 743 | (propagated-inputs | 743 | (propagated-inputs |
| @@ -1108,7 +1108,7 @@ sampler for Markov chain Monte Carlo (MCMC).") | |||
| 1108 | (build-system pyproject-build-system) | 1108 | (build-system pyproject-build-system) |
| 1109 | (native-inputs | 1109 | (native-inputs |
| 1110 | (list cmake-minimal | 1110 | (list cmake-minimal |
| 1111 | pybind11 | 1111 | pybind11-2 |
| 1112 | python-pytest | 1112 | python-pytest |
| 1113 | python-scikit-build-core | 1113 | python-scikit-build-core |
| 1114 | python-setuptools-scm)) | 1114 | python-setuptools-scm)) |
