10 buildPythonPackage rec {
11 pname = "azure-mgmt-machinelearningcompute";
15 inherit pname version;
17 sha256 = "7a52f85591114ef33a599dabbef840d872b7f599b7823e596af9490ec51b873f";
20 propagatedBuildInputs = [
31 description = "This is the Microsoft Azure Machine Learning Compute Management Client Library";
32 homepage = "https://github.com/Azure/azure-sdk-for-python";
33 license = licenses.mit;
34 maintainers = with maintainers; [ maxwilson ];