Skip to content

Commit cccaf80

Browse files
committed
(tweak) Fix all dep versions
1 parent 2df14b9 commit cccaf80

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
onnxruntime
2-
onnxruntime-directml
3-
opencv_python
4-
Pillow
1+
onnxruntime==1.19.2
2+
onnxruntime-directml==1.19.2
3+
opencv_python==4.10.0.84
4+
pillow==10.4.0
55
pysimplegui==4.60.5.0
6-
python_osc
7-
torch
8-
torchvision
9-
pydantic
10-
pyserial
11-
colorama
12-
winotify
13-
poetry
14-
pygrabber
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

0 commit comments

Comments
 (0)