From e3c6ee541a7b5ee7ff286fe574d2b51b9c0c8127 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 2 Jan 2021 10:59:47 -0500 Subject: [PATCH] ver --- hook/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook/setup.py b/hook/setup.py index 48c1e30e..467a0e21 100644 --- a/hook/setup.py +++ b/hook/setup.py @@ -16,7 +16,7 @@ LICENSE = 'GPL' INSTALL_REQUIRES = [ 'numpy', 'requests', 'Shapely', 'imutils', - 'pyzm==0.3.18', 'scikit-learn', 'future', 'imageio', + 'pyzm==0.3.19', 'scikit-learn', 'future', 'imageio', 'imageio-ffmpeg','pygifsicle', 'Pillow' ]