Skip to content

Commit bdf16ab

Browse files
Add missing dependencies for scikit-learn, pytest, opencv, and matplotlib
1 parent 8d960a7 commit bdf16ab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,18 @@ classifiers = [
5050
dependencies = [
5151
"numpy==1.24.1",
5252
"scipy==1.15.0",
53-
"numba>=0.57.0"
53+
"numba>=0.57.0",
54+
"scikit-learn>=1.3.0"
5455
]
5556

5657
[project.optional-dependencies]
5758
dev = [
5859
"build==1.3.0",
5960
"mediapipe==0.10.21",
61+
"opencv-python>=4.8.0",
62+
"matplotlib>=3.7.0",
63+
"pytest>=8.0.0",
64+
"pytest-cov>=4.0.0",
6065
"setuptools==78.1.1",
6166
"wheel==0.45.1",
6267
"mkdocs==1.6.1",

0 commit comments

Comments
 (0)