From ce654dd8815fd573f75a4f387255f108c3d6567f Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Tue, 13 Feb 2024 14:07:39 -0600 Subject: [PATCH] update supervision dependency --- autodistill/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autodistill/__init__.py b/autodistill/__init__.py index 43a0e4e..c8ec146 100644 --- a/autodistill/__init__.py +++ b/autodistill/__init__.py @@ -1 +1 @@ -__version__ = "0.1.25" +__version__ = "0.1.26" diff --git a/requirements.txt b/requirements.txt index 738cdac..3596f3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ opencv-python>=4.6.0 -supervision +supervision>=0.19.0rc3 tqdm Pillow>=7.1.2 PyYAML>=5.3.1