We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c054329 commit 0691110Copy full SHA for 0691110
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "trackers"
3
-version = "2.2.0rc0"
+version = "2.2.0rc1"
4
description = "A unified library for object tracking featuring clean room re-implementations of leading multi-object tracking algorithms"
5
readme = "README.md"
6
maintainers = [
@@ -43,7 +43,7 @@ dependencies = [
43
]
44
45
[project.optional-dependencies]
46
-detection = ["inference-models==0.18.6rc8"]
+detection = ["inference-models==0.18.6rc14"]
47
48
[project.scripts]
49
trackers = "trackers.scripts.__main__:main"
0 commit comments