From 578b11e202860d2ad8bf26481e20ea22174dadb3 Mon Sep 17 00:00:00 2001 From: martvanrijthoven Date: Mon, 9 Jan 2023 11:44:13 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 874f9e69..c8ed707d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "opencv-python-headless>=4.4.0", "scipy>=1.5.2", "scikit-image>=0.17.2", - "shapely>=1.7.1", + "shapely==1.7.1", "openslide-python>=1.1.1", "PyYAML>=5.4.1", "jsonschema>=4.4.0",