From 63614918e4ee04a683a82680aef5db61ad1add48 Mon Sep 17 00:00:00 2001 From: Aki Ariga Date: Wed, 10 Feb 2021 18:45:56 +0900 Subject: [PATCH] [hot fix] Set upper version for pandas While digdag-python:3.7 uses numpy 1.16.14, pandas 1.2 drops it. For stability, will set upper version of pandas for while. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d2c14af..2ba0748 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ python_requires = >=3.6,<3.9 install_requires = urllib3<1.25,>=1.21.1 presto-python-client>=0.6.0 - pandas>=0.25.0 + pandas>=0.25.0,<1.2 td-client>=1.1.0 pytz>=2018.5 numpy<1.20