[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/26: gnu: Add python-mir-eval.
From: |
guix-commits |
Subject: |
07/26: gnu: Add python-mir-eval. |
Date: |
Wed, 10 May 2023 13:30:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d32334eea20723e37a7e506273f71da9fa84b5e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 23:01:04 2023 +0200
gnu: Add python-mir-eval.
* gnu/packages/python-xyz.scm (python-mir-eval): New variable.
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac9d077151..cc44463abb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3877,6 +3877,27 @@ matching them against a list of media-ranges.")
server.")
(license license:asl2.0)))
+(define-public python-mir-eval
+ (package
+ (name "python-mir-eval")
+ (version "0.7")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "mir_eval" version))
+ (sha256
+ (base32
+ "0pp6xdflqhj2czhb2w3kk2c7mx4h2hj0n5rabiaafrbcfsjvmzp1"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-future python-numpy python-scipy
+ python-six))
+ (native-inputs (list python-matplotlib))
+ (home-page "https://github.com/craffel/mir_eval")
+ (synopsis "Common metrics for common audio/music processing tasks.")
+ (description "This is a Python library for computing common heuristic
+accuracy scores for various music/audio information retrieval/signal
+processing tasks.")
+ (license license:expat)))
+
(define-public python-pafy
(package
(name "python-pafy")
- 23/26: gnu: Add python-starsessions-for-pytorch-lightning., (continued)
- 23/26: gnu: Add python-starsessions-for-pytorch-lightning., guix-commits, 2023/05/10
- 20/26: gnu: python-arrow: Update to 1.2.3., guix-commits, 2023/05/10
- 13/26: gnu: python-scikit-optimize: Fix build with newer numpy and sklearn., guix-commits, 2023/05/10
- 19/26: gnu: Add python-types-requests., guix-commits, 2023/05/10
- 01/26: gnu: python-pytorch: Update to 1.13.1., guix-commits, 2023/05/10
- 06/26: gnu: Add python-lightning-utilities., guix-commits, 2023/05/10
- 15/26: gnu: Add python-inquirer., guix-commits, 2023/05/10
- 25/26: gnu: Add python-jsonargparse., guix-commits, 2023/05/10
- 26/26: gnu: Add python-pytorch-lightning., guix-commits, 2023/05/10
- 14/26: gnu: Add python-readchar., guix-commits, 2023/05/10
- 07/26: gnu: Add python-mir-eval.,
guix-commits <=
- 24/26: gnu: Add python-docstring-parser., guix-commits, 2023/05/10
- 18/26: gnu: Add python-types-urllib3., guix-commits, 2023/05/10
- 04/26: gnu: python-pytorch-for-r-torch: Define as alias for python-pytorch., guix-commits, 2023/05/10
- 21/26: gnu: python-torchvision: Update to 0.15.2., guix-commits, 2023/05/10
- 05/26: gnu: Add python-lightning-cloud., guix-commits, 2023/05/10
- 11/26: gnu: python-pillow-simd: Update to 9.2.0., guix-commits, 2023/05/10
- 09/26: gnu: Add python-torchmetrics., guix-commits, 2023/05/10
- 12/26: gnu: Add python-dateutils., guix-commits, 2023/05/10
- 17/26: gnu: Add python-fastapi-for-pytorch-lightning., guix-commits, 2023/05/10
- 03/26: gnu: python-traitlets: Update to 5.9.0., guix-commits, 2023/05/10