Unverified Commit a8bb8d72 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229870 from benxiao/fix-mlflow-server

mlflow-server: fix build
parents 527f0491 dcbb1a17
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