File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 31
31
- name : Build with PyInstaller
32
32
run : |
33
33
.\venv\Scripts\Activate
34
- pyinstaller main.py --name WingmanAiCore --noconfirm --icon assets/wingman-ai.ico --paths venv/Lib/site-packages --add-data "venv/Lib/site-packages/azure/cognitiveservices/speech;azure/cognitiveservices/speech" --add-data "assets;assets" --add-data "services;services" --add-data "wingmen;wingmen" --add-data "templates;templates" --add-data "audio_samples;audio_samples" --add-data "LICENSE;." --add-data "lib/python3.dll;." --hidden-import urllib --hidden-import urllib.robotparser
34
+ pyinstaller main.py --name WingmanAiCore --noconfirm --icon assets/wingman-ai.ico --paths venv/Lib/site-packages --add-data "venv/Lib/site-packages/azure/cognitiveservices/speech;azure/cognitiveservices/speech" --add-data "assets;assets" --add-data "services;services" --add-data "wingmen;wingmen" --add-data "templates;templates" --add-data "audio_samples;audio_samples" --add-data "LICENSE;." --add-data "lib/python3.dll;." --hidden-import urllib --hidden-import urllib.robotparser --hiddenimport=scipy._lib.array_api_compat.numpy.fft
35
35
36
36
- name : Upload Windows Exe Artifact
37
37
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ elevenlabslib==0.31.3
4
4
fastapi == 0.115.7
5
5
faster_whisper == 1.1.1
6
6
google-generativeai == 0.8.4
7
- httptools == 0.6.1
7
+ httptools == 0.6.4
8
8
markdown == 3.7
9
9
numpy == 1.26.4
10
10
openai == 1.60.2
@@ -20,6 +20,7 @@ python-multipart==0.0.20
20
20
PyYAML == 6.0.2
21
21
requests == 2.32.3
22
22
scipy == 1.15.1
23
+ setuptools == 75.8.0
23
24
show-in-file-manager == 1.1.5
24
25
sounddevice == 0.5.1
25
26
soundfile == 0.13.1
You can’t perform that action at this time.
0 commit comments