We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca96df commit 0599a04Copy full SHA for 0599a04
doc/requirements.rst
@@ -22,7 +22,7 @@ The :mod:`cdl` package requires the following Python modules:
22
* - scikit-image
23
- >= 0.18
24
-
25
- * - opencv-python
+ * - opencv-python-headless
26
- >= 4.5
27
28
* - PyWavelets
pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
"NumPy >= 1.21",
35
"SciPy >= 1.7",
36
"scikit-image >= 0.18",
37
- "opencv-python >= 4.5",
+ "opencv-python-headless >= 4.5",
38
"PyWavelets >= 1.1",
39
"psutil >= 5.5",
40
"guidata >= 3.2",
requirements.txt
@@ -3,7 +3,7 @@ guidata
3
plotpy
4
PythonQwt
5
scikit-image
6
-opencv-python
+opencv-python-headless
7
PyWavelets
8
psutil
9
pylint
0 commit comments