Skip to content

Commit 0599a04

Browse files
committed
Update OpenCV dependency to opencv-python-headless
Fixes #13
1 parent bca96df commit 0599a04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The :mod:`cdl` package requires the following Python modules:
2222
* - scikit-image
2323
- >= 0.18
2424
-
25-
* - opencv-python
25+
* - opencv-python-headless
2626
- >= 4.5
2727
-
2828
* - PyWavelets

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"NumPy >= 1.21",
3535
"SciPy >= 1.7",
3636
"scikit-image >= 0.18",
37-
"opencv-python >= 4.5",
37+
"opencv-python-headless >= 4.5",
3838
"PyWavelets >= 1.1",
3939
"psutil >= 5.5",
4040
"guidata >= 3.2",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ guidata
33
plotpy
44
PythonQwt
55
scikit-image
6-
opencv-python
6+
opencv-python-headless
77
PyWavelets
88
psutil
99
pylint

0 commit comments

Comments
 (0)