From a8820c3d3dea29c7abd0c7b9c9a46490a77502b3 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 2 Jul 2022 09:59:32 +0200 Subject: [PATCH] Loosen requriements --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e766cca..10a561e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,9 +30,9 @@ install_requires = langcodes[data] >= 3.3.0 langdetect >= 1.0.9 tinydb >= 4.7.0 - pandas >= 1.4.0 boto3 >= 1.23.0 plotly >= 5.8.0 + pandas dash >= 2.4.0 fastapi >= 0.70.0 uvicorn[standard] >= 0.18.0