From 7e36595bfa4b2ebf59117866d89496db6c002bad Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 28 Nov 2024 06:22:07 +1300 Subject: [PATCH] Pin shapely>2.0.0 (#1101) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 229a99273..31a82ee00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ opencv-python<=4.9.0.80 -shapely>=1.8.0 +shapely>=2.0.0 tqdm>=4.48.2 pillow>=8.2.0 pybboxes==0.1.6