We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.27.0.post2
1 parent dc54fa2 commit fd3de34Copy full SHA for fd3de34
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "supervision"
3
description = "A set of easy-to-use utils that will come in handy in any Computer Vision project"
4
license = { text = "MIT" }
5
-version = "0.27.0.post1"
+version = "0.27.0.post2"
6
readme = "README.md"
7
requires-python = ">=3.9"
8
authors = [
@@ -47,7 +47,7 @@ dependencies = [
47
"requests>=2.26.0",
48
"tqdm>=4.62.3",
49
"opencv-python>=4.5.5.64",
50
- "pyDeprecate>=0.4.0"
+ "pyDeprecate>=0.4.0,<0.6.0"
51
]
52
53
[project.urls]
0 commit comments