Update pkgs/development/python-modules/sagemaker/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
340eff8b0d
commit
6b81e73c4b
@ -26,8 +26,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description =
|
description = "Library for training and deploying machine learning models on Amazon SageMaker";
|
||||||
"Library for training and deploying machine learning models on Amazon SageMaker";
|
|
||||||
homepage = "https://github.com/aws/sagemaker-python-sdk/";
|
homepage = "https://github.com/aws/sagemaker-python-sdk/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ nequissimus ];
|
maintainers = with maintainers; [ nequissimus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user