From 3c638688e1e7b1f2b8993872dce9c07c9846fa14 Mon Sep 17 00:00:00 2001 From: derluke Date: Thu, 30 May 2024 12:53:45 +0100 Subject: [PATCH] Update setup.py dependencies are too tight --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 33a4e9c..7fc4189 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ python_requires=">=3.6", install_requires=[ "streamlit >= 0.63", - "numpy==1.20.0", - "matplotlib==3.3.4", + "numpy>=1.20.0", + "matplotlib>=3.3.4", ], )