python311Packages.rank_bm25: rename to rank-bm25

This commit is contained in:
happysalada
2023-11-08 09:57:36 +00:00
committed by Yt
parent aff89df188
commit cd5fef3700
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
, numpy
}:
let
pname = "rank_bm25";
pname = "rank-bm25";
version = "0.2.2";
in
buildPythonPackage {
+1 -1
View File
@@ -12014,7 +12014,7 @@ self: super: with self; {
rangehttpserver = callPackage ../development/python-modules/rangehttpserver { };
rank_bm25 = callPackage ../development/python-modules/rank_bm25 { };
rank-bm25 = callPackage ../development/python-modules/rank-bm25 { };
rapidfuzz = callPackage ../development/python-modules/rapidfuzz { };