We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ff90e commit 7e87114Copy full SHA for 7e87114
1 file changed
ci_group/pyproject.toml
@@ -3,7 +3,7 @@ requires = [
3
"poetry-core>=1.6.0",
4
"Cython>=3.0.4",
5
"numpy>=1.21.2",
6
- "setuptools>=68.2.2",
+ "setuptools>=70.0.0",
7
]
8
build-backend = "poetry.core.masonry.api"
9
@@ -44,7 +44,7 @@ multineat = "^0.12"
44
sqlalchemy = "^2.0.0"
45
numpy = "^1.21.2"
46
Cython = "^3.0.4"
47
-setuptools = "^68.2.2"
+setuptools = "^70.0.0"
48
opencv-contrib-python = "^4.9.0.80"
49
opencv-python = "^4.9.0.80"
50
0 commit comments