From 0a440955707b2159c995c2e6669d12eb691b163e Mon Sep 17 00:00:00 2001 From: Cuong Duong Date: Mon, 23 May 2022 02:36:14 +1000 Subject: [PATCH] pin holidays >=0.13 to fix UK bug --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index cd2ac86..13de702 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,7 +5,7 @@ pandas>=1.0.4 matplotlib>=2.0.0 LunarCalendar>=0.0.9 convertdate>=2.1.2 -holidays>=0.11.3.1 +holidays>=0.13 setuptools>=42 setuptools-git>=1.2 python-dateutil>=2.8.0