diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-15 20:25:54 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-15 20:25:54 +0100 |
| commit | 89140faeac2a3c029f713f9fb263665df293f522 (patch) | |
| tree | 675a0d36afb48c4452b7e2dde5a3985a9ce3dcee | |
| parent | 633c91a9655b5bcbd451948031c59f6279ba437b (diff) | |
python: python-jmp: Add missing inputs.
* guix-science/packages/python.scm (python-jmp)[native-inputs]: Add
python-setuptools and python-wheel.
| -rw-r--r-- | guix-science/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm index bd481d5..59acc87 100644 --- a/guix-science/packages/python.scm +++ b/guix-science/packages/python.scm | |||
| @@ -826,7 +826,7 @@ arbitrarily to any order.") | |||
| 826 | '(list "--ignore=jmp/_src/policy_test.py"))) | 826 | '(list "--ignore=jmp/_src/policy_test.py"))) |
| 827 | (propagated-inputs (list python-absl-py python-jax | 827 | (propagated-inputs (list python-absl-py python-jax |
| 828 | python-jaxlib python-numpy)) | 828 | python-jaxlib python-numpy)) |
| 829 | (native-inputs (list python-pytest)) | 829 | (native-inputs (list python-pytest python-setuptools python-wheel)) |
| 830 | (home-page "https://github.com/google-deepmind/jmp") | 830 | (home-page "https://github.com/google-deepmind/jmp") |
| 831 | (synopsis "JMP is a mixed precision library for JAX") | 831 | (synopsis "JMP is a mixed precision library for JAX") |
| 832 | (description | 832 | (description |
