From 25aa7d3a1648ef4677fd98880e38b8b7e52d5efe Mon Sep 17 00:00:00 2001 From: Pierre Karashchuk Date: Sun, 4 Aug 2019 12:05:34 -0700 Subject: [PATCH] update dependency on calligator --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3376e76..70658da 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,8 @@ }, install_requires=[ 'deeplabcut>=2.0.4.1', + 'calligator>=0.2.0', 'opencv-python', - 'opencv-contrib-python', 'toml', 'numpy', 'scipy', @@ -34,7 +34,6 @@ 'tqdm', 'click', 'scikit-video', - 'checkerboard' ], extras_require={ 'viz': ["mayavi"]