Skip to content

Commit 20059a9

Browse files
committed
Update dependencies
1 parent cdc38d3 commit 20059a9

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
imutils==0.5.4
2-
numpy==1.24.2
3-
opencv-python==4.8.1.78
4-
opencv-contrib-python==4.8.1.78
5-
vidgear==0.3.2
6-
PyYaml==6.0.1
7-
tqdm==4.66.1
8-
pygobject==3.46.0
9-
playsound==1.3.0
2+
numpy==2.1.0rc1
3+
opencv-contrib-python==4.10.0.84
4+
opencv-python==4.10.0.84
5+
playsound==1.3.0
6+
PyGObject==3.48.2
7+
PyYAML==6.0.2
8+
tqdm==4.66.5
9+
vidgear==0.3.3

requirements_dev.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
pytest==7.3.0
2-
coverage==7.2.3
3-
pylint==2.17.2
4-
pytest-timeout==2.1.0
5-
pytest-httpserver==1.0.8
6-
pytest-asyncio==0.21.1
7-
1+
coverage==7.6.1
82
imutils==0.5.4
9-
numpy==1.24.2
10-
opencv-python==4.8.1.78
11-
opencv-contrib-python==4.8.1.78
12-
vidgear==0.3.2
13-
PyYaml==6.0.1
14-
tqdm==4.66.1
3+
numpy==2.1.0rc1
4+
opencv-contrib-python==4.10.0.84
5+
opencv-python==4.10.0.84
6+
pylint==3.2.6
7+
pytest==8.3.2
8+
pytest-asyncio==0.24.0a1
9+
pytest-timeout==2.3.1
10+
pytest_httpserver==1.1.0
11+
PyYAML==6.0.2
12+
tqdm==4.66.5
13+
vidgear==0.3.3

0 commit comments

Comments
 (0)