Skip to content
Snippets Groups Projects
Commit a7909760 authored by Grégoire Kubler's avatar Grégoire Kubler Committed by Maxence Naud
Browse files

fix : cmake pyproject version is identical to CMakeLists.txt requirement

parent a67c6500
No related branches found
No related tags found
1 merge request!18v0.1.3
...@@ -17,7 +17,7 @@ classifiers = [ ...@@ -17,7 +17,7 @@ classifiers = [
requires = [ requires = [
"setuptools>=64", "setuptools>=64",
"setuptools_scm[toml]==7.1.0", "setuptools_scm[toml]==7.1.0",
"cmake>=3.29", "cmake>=3.15.3.post1",
"toml", "toml",
"opencv-python", "opencv-python",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment