diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-15 17:58:44 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-15 17:58:44 +0100 |
| commit | 633c91a9655b5bcbd451948031c59f6279ba437b (patch) | |
| tree | e44e893ba39edce83a645244cf546f2f1fa11fe2 | |
| parent | cc172946b2b73e08131836106d0c63c317fb07c8 (diff) | |
python: python-optax: Add missing inputs.
* guix-science/packages/python.scm (python-optax)[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 5c08e2d..bd481d5 100644 --- a/guix-science/packages/python.scm +++ b/guix-science/packages/python.scm | |||
| @@ -1343,7 +1343,9 @@ reliable JAX code. This includes utils to help: | |||
| 1343 | python-numpy)) | 1343 | python-numpy)) |
| 1344 | (native-inputs | 1344 | (native-inputs |
| 1345 | (list python-dm-tree | 1345 | (list python-dm-tree |
| 1346 | python-pytest)) | 1346 | python-pytest |
| 1347 | python-setuptools | ||
| 1348 | python-wheel)) | ||
| 1347 | (home-page "https://github.com/google-deepmind/optax/") | 1349 | (home-page "https://github.com/google-deepmind/optax/") |
| 1348 | (synopsis "Gradient processing and optimization library for JAX") | 1350 | (synopsis "Gradient processing and optimization library for JAX") |
| 1349 | (description "Optax is a gradient processing and optimization | 1351 | (description "Optax is a gradient processing and optimization |
