summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-17 15:49:00 +0200
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-17 16:44:00 +0200
commitf259230cb9c8955dd1e5659dddc4c9b26bf35a05 (patch)
treecd4df495d85312912fd6546ac39039e9d5907240
parent35bdfc53025ec3e9281a7988a0a6a67a586aa663 (diff)
time-series: python-tslearn: Update to 0.9.0.
* guix-science/packages/time-series.scm (python-tslearn): [source]: Update to 0.9.0. [propagated-inputs]: Add python-statsmodels.
-rw-r--r--guix-science/packages/time-series.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/guix-science/packages/time-series.scm b/guix-science/packages/time-series.scm
index fecd167..e680020 100644
--- a/guix-science/packages/time-series.scm
+++ b/guix-science/packages/time-series.scm
@@ -755,7 +755,7 @@ characterised.")
755(define-public python-tslearn 755(define-public python-tslearn
756 (package 756 (package
757 (name "python-tslearn") 757 (name "python-tslearn")
758 (version "0.7.0") 758 (version "0.9.0")
759 (source 759 (source
760 (origin 760 (origin
761 (method git-fetch) 761 (method git-fetch)
@@ -764,7 +764,7 @@ characterised.")
764 (commit (string-append "v" version)))) 764 (commit (string-append "v" version))))
765 (file-name (git-file-name name version)) 765 (file-name (git-file-name name version))
766 (sha256 766 (sha256
767 (base32 "0vrs3lwlqgs397ig44zr3axqzw90bwzmi886v3qrq9md9az2nbw6")))) 767 (base32 "1793wj0p01pdvrf0cccl4ypramblgsswxz0ayr22q0czlwwajlk2"))))
768 (build-system pyproject-build-system) 768 (build-system pyproject-build-system)
769 (propagated-inputs (list python-h5py 769 (propagated-inputs (list python-h5py
770 python-joblib 770 python-joblib
@@ -772,7 +772,8 @@ characterised.")
772 python-numpy 772 python-numpy
773 python-pytorch 773 python-pytorch
774 python-scikit-learn 774 python-scikit-learn
775 python-scipy)) 775 python-scipy
776 python-statsmodels))
776 (native-inputs (list python-pytest python-setuptools)) 777 (native-inputs (list python-pytest python-setuptools))
777 (home-page "https://github.com/tslearn-team/tslearn") 778 (home-page "https://github.com/tslearn-team/tslearn")
778 (synopsis "Machine learning toolkit for time series data") 779 (synopsis "Machine learning toolkit for time series data")