From 74e9bc6d651a737f0d3d9acacb66b7dbd61a35fa Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 4 Apr 2022 16:58:25 +0530 Subject: [PATCH] chore: loosen pandas dependency and bump redisearch (#30249) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39591caf922..657054fb240 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # frappe # https://github.com/frappe/frappe is installed during bench-init gocardless-pro~=1.22.0 googlemaps -pandas~=1.1.5 +pandas>=1.1.5,<2.0.0 plaid-python~=7.2.1 pycountry~=20.7.3 PyGithub~=1.55 @@ -10,4 +10,4 @@ python-youtube~=0.8.0 taxjar~=1.9.2 tweepy~=3.10.0 Unidecode~=1.2.0 -redisearch==2.0.0 \ No newline at end of file +redisearch~=2.1.0