Skip to content
Snippets Groups Projects
Commit 5410f3ae authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

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

parent c987b695
No related branches found
No related tags found
1 merge request!13Feat/release pip
Pipeline #51267 failed
...@@ -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