Skip to content

Commit

Permalink
Merge pull request #288 from Capsize-Games/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
w4ffl35 authored Jul 14, 2023
2 parents be22d6c + 949f543 commit a8c3a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions build.airunner.windows.dev.spec
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ a = Analysis(
"airunner.extensions",
"JIT",
"accelerate",
"google-auth",
"google-auth-oauthlib",
"google-pasta",
"tqdm",
"diffusers",
"transformers",
Expand Down Expand Up @@ -104,10 +107,6 @@ a = Analysis(
"cmake",
"cryptography",
"email-validator",
"google",
"google-auth",
"google-auth-oauthlib",
"google-pasta",
"Jinja2",
"lightning-cloud",
"Markdown",
Expand Down
2 changes: 0 additions & 2 deletions build.airunner.windows.prod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -72,7 +71,6 @@ a = Analysis(
"airunner",
"airunner.extensions",
"accelerate",
"google",
"google-auth",
"google-auth-oauthlib",
"google-pasta",
Expand Down

0 comments on commit a8c3a4a

Please sign in to comment.