diff options
| author | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-21 16:00:37 +0200 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-23 08:18:24 +0200 |
| commit | 4a1b1285da0f8e487dfbdec69053d2f926ecc976 (patch) | |
| tree | 375aedbcc2a7cd69b9e877a1398ede94824e2f52 | |
| parent | 9c3d4b89d736cfb828ad53fce495a2c6d535a3f3 (diff) | |
machine-learning: python-optuna-integration: Update to 4.9.0.
* guix-science/packages/machine-learning.scm (python-optuna-integration)
[source]: Update to 4.9.0.
| -rw-r--r-- | guix-science/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-science/packages/machine-learning.scm b/guix-science/packages/machine-learning.scm index 62097ff..da6c37f 100644 --- a/guix-science/packages/machine-learning.scm +++ b/guix-science/packages/machine-learning.scm | |||
| @@ -845,7 +845,7 @@ construct the search spaces for the hyperparameters.") | |||
| 845 | (define-public python-optuna-integration | 845 | (define-public python-optuna-integration |
| 846 | (package | 846 | (package |
| 847 | (name "python-optuna-integration") | 847 | (name "python-optuna-integration") |
| 848 | (version "4.6.0") | 848 | (version "4.9.0") |
| 849 | (source | 849 | (source |
| 850 | (origin | 850 | (origin |
| 851 | (method git-fetch) | 851 | (method git-fetch) |
| @@ -854,7 +854,7 @@ construct the search spaces for the hyperparameters.") | |||
| 854 | (commit (string-append "v" version)))) | 854 | (commit (string-append "v" version)))) |
| 855 | (file-name (git-file-name name version)) | 855 | (file-name (git-file-name name version)) |
| 856 | (sha256 | 856 | (sha256 |
| 857 | (base32 "0k7a41rfkl7p3g3jvy4ipjqr1piw1pbhb8qa8k3vp5lgi57mkvck")))) | 857 | (base32 "0z4bp5sklw7xj2h565lalicpvxngy8n9hjlh5h8iwlc1jjfhm4k9")))) |
| 858 | (build-system pyproject-build-system) | 858 | (build-system pyproject-build-system) |
| 859 | (arguments | 859 | (arguments |
| 860 | (list | 860 | (list |
