Skip to content

Commit 49a54ac

Browse files
authored
Merge pull request #44 from dfgHiatus/tweak/pyinstallergui-version
(tweak) Explicitly define dep. versions
2 parents fc56aba + a38b86e commit 49a54ac

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

BabbleApp/requirements.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
onnxruntime
2-
onnxruntime-directml
3-
opencv_python
4-
Pillow
5-
pysimplegui
6-
python_osc
7-
torch
8-
torchvision
9-
pydantic
10-
pyserial
11-
colorama
12-
winotify
13-
poetry
1+
onnxruntime==1.19.2
2+
onnxruntime-directml==1.19.2
3+
opencv_python==4.10.0.84
4+
pillow==10.4.0
5+
pysimplegui==4.60.5.0
6+
python_osc==1.9.0
7+
torch==2.4.1
8+
torchvision==0.19.1
9+
pydantic==2.9.2
10+
pyserial==3.5
11+
colorama==0.4.6
12+
winotify==1.1.0
13+
pygrabber==0.2
14+
poetry

requirements.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)