diff --git a/pyproject.toml b/pyproject.toml index c0e4653..5135aec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,10 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "plotly>=5.0.0", - "numpy>=1.20.0", + "plotly>=6.7.0", + "numpy>=2.0.2", "rdkit>=2022.3.1", - "kaleido>=0.2.1", + "kaleido>=1.2.0", ] [project.optional-dependencies] @@ -44,7 +44,7 @@ dev = [ "pre-commit>=3.0.0", ] gui = [ - "streamlit>=1.30.0", + "streamlit>=1.50.0", ] [project.urls]