diff --git a/setup.py b/setup.py index 3b6f3ba..07c4c69 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def __init__(self, *args, **kwargs): install_requires = \ ['pysradb>=1.3.0,<2.0.0', - 'streamlit-aggrid>=0.2.2,<0.3.0', + 'streamlit-aggrid>=0.2.3,<0.3.0', 'streamlit>=1.9.2,<2.0.0'] entry_points = \