bump `0.27.0.post2`
This commit is contained in:
parent
dc54fa2e41
commit
fd3de344dc
|
|
@ -2,7 +2,7 @@
|
|||
name = "supervision"
|
||||
description = "A set of easy-to-use utils that will come in handy in any Computer Vision project"
|
||||
license = { text = "MIT" }
|
||||
version = "0.27.0.post1"
|
||||
version = "0.27.0.post2"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
authors = [
|
||||
|
|
@ -47,7 +47,7 @@ dependencies = [
|
|||
"requests>=2.26.0",
|
||||
"tqdm>=4.62.3",
|
||||
"opencv-python>=4.5.5.64",
|
||||
"pyDeprecate>=0.4.0"
|
||||
"pyDeprecate>=0.4.0,<0.6.0"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in New Issue