From db049e08ca422c3436c435e562a8610eba137ad6 Mon Sep 17 00:00:00 2001 From: Harry Carey <38996929+PolarBean@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:02:52 +0100 Subject: [PATCH] pin urllib to 1.26 as per https://github.com/PolarBean/DeepSlice/issues/46 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4779406..158e47e 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,8 @@ 'pandas==1.3.5', 'requests', 'protobuf==3.20', - 'lxml' + 'lxml', + 'urllib3==1.26.6' ], classifiers=[ 'Development Status :: 5 - Production/Stable',