mlflow-server: fix build

This commit is contained in:
Ran Xiao 2023-05-04 20:23:56 +10:00
parent aa96916e74
commit dcbb1a1777

View file

@ -5,7 +5,6 @@ let
in
py.toPythonApplication
(py.mlflow.overridePythonAttrs(old: rec {
pname = "mlflow-server";
propagatedBuildInputs = old.propagatedBuildInputs ++ [
py.boto3