diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-27 21:11:22 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-27 21:14:54 +0100 |
| commit | 4ace0bab259e91bf0ec9d37e56c2676b1517fccd (patch) | |
| tree | 428365f8fdf2ea651afc084c3669cd0f5501c040 | |
| parent | f552065872cf820ce5b03caed4d7f1d6d4e9fa90 (diff) | |
python: python-numpyro: Add missing inputs.
* guix-science/packages/python.scm (python-numpyro)[native-inputs]:
Add python-setuptools and python-wheel.
| -rw-r--r-- | guix-science/packages/python.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm index 58c4783..778c9a7 100644 --- a/guix-science/packages/python.scm +++ b/guix-science/packages/python.scm | |||
| @@ -1276,7 +1276,9 @@ acceleration (e.g., GPUs) and distributed computation.") | |||
| 1276 | python-pytest | 1276 | python-pytest |
| 1277 | python-pyyaml | 1277 | python-pyyaml |
| 1278 | python-requests | 1278 | python-requests |
| 1279 | python-scipy)) | 1279 | python-scipy |
| 1280 | python-setuptools | ||
| 1281 | python-wheel)) | ||
| 1280 | (home-page "https://github.com/pyro-ppl/numpyro") | 1282 | (home-page "https://github.com/pyro-ppl/numpyro") |
| 1281 | (synopsis "Pyro PPL on NumPy") | 1283 | (synopsis "Pyro PPL on NumPy") |
| 1282 | (description "NumPyro is a lightweight probabilistic programming | 1284 | (description "NumPyro is a lightweight probabilistic programming |
