M gnu/packages/python-science.scm => gnu/packages/python-science.scm +0 -23
@@ 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")