python311Packages.rank_bm25: rename to rank-bm25
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
, numpy
|
||||
}:
|
||||
let
|
||||
pname = "rank_bm25";
|
||||
pname = "rank-bm25";
|
||||
version = "0.2.2";
|
||||
in
|
||||
buildPythonPackage {
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user