Skip to content

Commit 7bd3fb2

Browse files
committed
bump trackers version from 2.0.0rc1 to 2.0.0rc2 and supervision version from 0.26.0rc5 to 0.26.0rc6
1 parent 94b38f8 commit 7bd3fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trackers"
3-
version = "2.0.0rc1"
3+
version = "2.0.0rc2"
44
description = "A unified library for object tracking featuring clean room re-implementations of leading multi-object tracking algorithms"
55
readme = "README.md"
66
authors = [
@@ -36,7 +36,7 @@ keywords = ["tracking","mot","sort","deepsort", "machine-learning", "deep-learni
3636
dependencies = [
3737
"firerequests>=0.1.2",
3838
"numpy>=2.0.2",
39-
"supervision>=0.26.0rc5",
39+
"supervision>=0.26.0rc6",
4040
"validators>=0.34.0",
4141
]
4242

0 commit comments

Comments
 (0)