python312Packages.google-cloud-automl: 2.13.4 -> 2.13.5
Changelog: https://github.com/googleapis/google-cloud-python/tree/google-cloud-automl-v2.13.5/packages/google-cloud-automl
This commit is contained in:
@@ -18,25 +18,26 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-automl";
|
||||
version = "2.13.4";
|
||||
version = "2.13.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-NxAoob0wJKobtcEQNTgH+fylnTtJdL98h23IVNfLhew=";
|
||||
pname = "google_cloud_automl";
|
||||
inherit version;
|
||||
hash = "sha256-ypmK9Gq7HF2ozS6OFbAJZDPiW8sngucN86b5FHLuiTE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
proto-plus
|
||||
protobuf
|
||||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
optional-dependencies = {
|
||||
libcst = [ libcst ];
|
||||
pandas = [ pandas ];
|
||||
storage = [ google-cloud-storage ];
|
||||
|
||||
Reference in New Issue
Block a user