11 buildPythonPackage rec {
12 pname = "azure-mgmt-machinelearningcompute";
14 format = "setuptools";
17 inherit pname version;
19 sha256 = "7a52f85591114ef33a599dabbef840d872b7f599b7823e596af9490ec51b873f";
22 propagatedBuildInputs = [
33 description = "This is the Microsoft Azure Machine Learning Compute Management Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];