sagemaker: 2.37.0 -> 2.38.0
This commit is contained in:
parent
825a9ad1f9
commit
8d9e2c31f9
@ -10,16 +10,17 @@
|
|||||||
, protobuf3-to-dict
|
, protobuf3-to-dict
|
||||||
, smdebug-rulesconfig
|
, smdebug-rulesconfig
|
||||||
, pandas
|
, pandas
|
||||||
|
, pathos
|
||||||
, packaging
|
, packaging
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sagemaker";
|
pname = "sagemaker";
|
||||||
version = "2.37.0";
|
version = "2.38.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-96RDi32NHfhFvPeVRhG32EDQJTiwOXEwtSmFZGVBVk0=";
|
sha256 = "sha256-7cIGr49fKI0zQmX4/9v/gW5yB4kfeQJ3H/Vvgl9CKuY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
|||||||
importlib-metadata
|
importlib-metadata
|
||||||
numpy
|
numpy
|
||||||
packaging
|
packaging
|
||||||
|
pathos
|
||||||
protobuf
|
protobuf
|
||||||
protobuf3-to-dict
|
protobuf3-to-dict
|
||||||
smdebug-rulesconfig
|
smdebug-rulesconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user