mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
Merge pull request #229870 from benxiao/fix-mlflow-server
mlflow-server: fix build
This commit is contained in:
commit
a8bb8d72a4
@ -5,7 +5,6 @@ let
|
||||
in
|
||||
py.toPythonApplication
|
||||
(py.mlflow.overridePythonAttrs(old: rec {
|
||||
pname = "mlflow-server";
|
||||
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
||||
py.boto3
|
||||
|
Loading…
Reference in New Issue
Block a user