diff --git a/build.airunner.windows.dev.spec b/build.airunner.windows.dev.spec index d1a05d535..b1d9bb51d 100644 --- a/build.airunner.windows.dev.spec +++ b/build.airunner.windows.dev.spec @@ -73,6 +73,9 @@ a = Analysis( "airunner.extensions", "JIT", "accelerate", + "google-auth", + "google-auth-oauthlib", + "google-pasta", "tqdm", "diffusers", "transformers", @@ -104,10 +107,6 @@ a = Analysis( "cmake", "cryptography", "email-validator", - "google", - "google-auth", - "google-auth-oauthlib", - "google-pasta", "Jinja2", "lightning-cloud", "Markdown", diff --git a/build.airunner.windows.prod.spec b/build.airunner.windows.prod.spec index 74eddf736..e62ab8a4f 100644 --- a/build.airunner.windows.prod.spec +++ b/build.airunner.windows.prod.spec @@ -35,7 +35,6 @@ datas += copy_metadata('rich') datas += copy_metadata('sympy') datas += copy_metadata('tensorflow') datas += copy_metadata('scipy') -datas += copy_metadata('google') datas += collect_data_files("torch", include_py_files=True) datas += collect_data_files("torchvision", include_py_files=True) datas += collect_data_files("pytorch_lightning", include_py_files=True) @@ -72,7 +71,6 @@ a = Analysis( "airunner", "airunner.extensions", "accelerate", - "google", "google-auth", "google-auth-oauthlib", "google-pasta",