Skip to content

Commit 7493ae3

Browse files
authored
Update pyproject.toml
1 parent 4249342 commit 7493ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"filterpy",
3535
"scipy",
3636
"statsmodels",
37-
"opencv-python"
37+
"opencv-python",
3838
"seaborn"
3939
]
4040

@@ -48,4 +48,4 @@ packages = {find = { where = ["."], include = ["MStudio*"]}}
4848

4949
[tool.pytest.ini_options]
5050
testpaths = ["tests"]
51-
python_files = "test.py"
51+
python_files = "test.py"

0 commit comments

Comments
 (0)