From 08e0cd7021cb52d595b3f5865d0e35faaf4ce694 Mon Sep 17 00:00:00 2001 From: shaochen-lb Date: Tue, 14 Mar 2023 21:58:47 -0700 Subject: [PATCH] Set typeguard version as 2.13.2 to fix tox error --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d226f7b54..3fff9cff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,11 +9,11 @@ geojson numpy PILLOW opencv-python -typeguard imagesize pyproj pygeotile typing-extensions pytest-xdist nbformat~=5.7.0 -nbconvert~=7.2.6 \ No newline at end of file +nbconvert~=7.2.6 +typeguard==2.13.3 \ No newline at end of file