python311Packages.sagemaker 2.135.0 -> 2.174.0 https://repology.org/project/python:sagemaker/versions attrpath: python311Packages.sagemaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s6kmyj951z3wig55cz2c4s7c7frlda9n-packages.json.drv building '/nix/store/s6kmyj951z3wig55cz2c4s7c7frlda9n-packages.json.drv'... Going to be running update for following packages: - python3.11-sagemaker-2.135.0 Press Enter key to continue... Running update for: - python3.11-sagemaker-2.135.0: UPDATING ... - python3.11-sagemaker-2.135.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index 6bee251ff3dd..76c00b2125ba 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "sagemaker"; - version = "2.135.0"; + version = "2.174.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-ypdcqEYLxHbfnq1ycq3hVLThhIIs3pq29Fv33Ly2hbE="; + hash = "sha256-jIYwHgjXLRGneKCsctFuH7ZtngwRWRP3JUHRg4FWIX4="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; No auto update branch exists Old version 2.135.0" not present in master derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , pythonRelaxDepsHook , attrs , boto3 , cloudpickle , google-pasta , numpy , protobuf , smdebug-rulesconfig , importlib-metadata , packaging , pandas , pathos , schema , pyyaml , jsonschema , platformdirs , tblib , urllib3 , docker , scipy }: buildPythonPackage rec { pname = "sagemaker"; version = "2.173.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "aws"; repo = "sagemaker-python-sdk"; rev = "refs/tags/v${version}"; hash = "sha256-Fzkw37bRBbCD7VBIsN4Qkk6dI0Qh4Gvt5TJbnoUuPCs="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "attrs" "boto3" ]; propagatedBuildInputs = [ attrs boto3 cloudpickle google-pasta numpy protobuf smdebug-rulesconfig importlib-metadata packaging pandas pathos schema pyyaml jsonschema platformdirs tblib ]; doCheck = false; # many test dependencies are not available in nixpkgs pythonImportsCheck = [ "sagemaker" "sagemaker.lineage.visualizer" ]; passthru.optional-dependencies = { local = [ urllib3 docker pyyaml ]; scipy = [ scipy ]; # feature-processor = [ pyspark sagemaker-feature-store-pyspark ]; # not available in nixpkgs }; meta = with lib; { description = "Library for training and deploying machine learning models on Amazon SageMaker"; homepage = "https://github.com/aws/sagemaker-python-sdk/"; license = licenses.asl20; maintainers = with maintainers; [ nequissimus ]; }; }