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", ], )