Commit dcbb1a17 authored by Ran Xiao's avatar Ran Xiao
Browse files

mlflow-server: fix build

parent aa96916e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ let
in
py.toPythonApplication
  (py.mlflow.overridePythonAttrs(old: rec {
    pname = "mlflow-server";

    propagatedBuildInputs = old.propagatedBuildInputs ++ [
      py.boto3