Skip to content
Snippets Groups Projects

[Upd] version 0.1.4 -> 0.1.5

Merged Maxence Naud requested to merge dev into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ description="Opencv implementations of the operators and tensor of aidge framewo
@@ -4,7 +4,7 @@ description="Opencv implementations of the operators and tensor of aidge framewo
dependencies = [
dependencies = [
"numpy>=1.21.6",
"numpy>=1.21.6",
]
]
requires-python = ">= 3.7"
requires-python = ">= 3.8"
dynamic = ["version"] # defined by pbr
dynamic = ["version"] # defined by pbr
readme = "README.md"
readme = "README.md"
license = { file = "LICENSE" }
license = { file = "LICENSE" }
Loading