summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-science/packages/machine-learning.scm4
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