mlflow-server: fix build

This commit is contained in:
Ran Xiao
2023-05-04 20:45:18 +10:00
parent aa96916e74
commit dcbb1a1777
-1
View File
@@ -5,7 +5,6 @@ let
in
py.toPythonApplication
(py.mlflow.overridePythonAttrs(old: rec {
pname = "mlflow-server";
propagatedBuildInputs = old.propagatedBuildInputs ++ [
py.boto3