From 44b05c06b3e87409e1615ed69f6cba31de0df6d3 Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Wed, 30 Aug 2023 16:21:29 -0500 Subject: [PATCH] Adding a minimum version to dash module Signed-off-by: coleramos425 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c28bddd2f..c30a6018be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ astunparse==1.6.2 colorlover -dash +dash>=1.12.0 matplotlib numpy>=1.17.5 pandas>=1.4.3