Skip to content

Commit 1cf649f

Browse files
Merge pull request Project-Babble#60 from SnuffSocket/dep-branch
Fix: Missing data files, update poetry/dependencies
2 parents 5eef764 + 1b52bea commit 1cf649f

File tree

4 files changed

+401
-322
lines changed

4 files changed

+401
-322
lines changed

BabbleApp/babbleapp.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ block_cipher = None
66
a = Analysis(['babbleapp.py'],
77
pathex=[],
88
binaries=[],
9-
datas=[("Audio/*", "Audio"), ("Images/*", "Images/")],
9+
datas=[("Audio", "Audio"), ("Images", "Images"), ("Locale", "Locale"), ("Models", "Models")],
1010
hiddenimports=[],
1111
hookspath=[],
1212
runtime_hooks=[],

BabbleApp/requirements.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
onnxruntime==1.19.2
22
onnxruntime-directml==1.19.2
33
opencv_python==4.10.0.84
4-
pillow==10.4.0
5-
pysimplegui==4.60.5.0
4+
pillow==11.0.0
5+
pysimplegui==4.70.1
66
python_osc==1.9.0
77
torch==2.4.1
88
torchvision==0.19.1
9-
pydantic==2.9.2
9+
pydantic==1.10.18
1010
pyserial==3.5
1111
colorama==0.4.6
1212
winotify==1.1.0
13+
comtypes==1.4.8
1314
pygrabber==0.2
14-
poetry
15+
poetry

0 commit comments

Comments
 (0)