summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 15:23:07 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:22:04 +0100
commit0211e3228ede49c2bbc83c88389e85b87e3d2f34 (patch)
tree0241c317bfb8fa0e1d4bebec6cc57d8fae87cba0 /gnu/packages/python-science.scm
parent4ae773f7d2a96ea79aaec9acda1526f4b3870777 (diff)
gnu: Remove python-statannot.
A message from upstream: "This repository is not maintained anymore. I recommend using the forked package trevismd/statannotations, which has a cleaner API and further extends the functionalities of statannot." * gnu/packages/python-science.scm (python-statannot): Delete variable. Fixes: guix/guix#5355 Change-Id: Ib3347ff2077f62d4e97c0f9dc437b419d260c4b5 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 584cb740300..becc92e51a7 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5178,29 +5178,6 @@ arrays. It is a fork of the Aesara library.")
SCS (Splitting conic solver) library.")
(license license:expat)))
-(define-public python-statannot
- (package
- (name "python-statannot")
- (version "0.2.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "statannot" version))
- (sha256
- (base32
- "1f8c2sylzr7lpjbyqxsqlp9xi8rj3d8c9hfh98x4jbb83zxc4026"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-numpy python-seaborn python-matplotlib python-pandas
- python-scipy))
- (home-page
- "https://github.com/webermarcolivier/statannot")
- (synopsis "Add annotations to existing plots generated by seaborn")
- (description
- "This is a Python package to compute statistical test and add statistical
-annotations on an existing boxplots and barplots generated by seaborn.")
- (license license:expat)))
-
(define-public python-pandas-flavor
(package
(name "python-pandas-flavor")