diff --git a/pyproject.toml b/pyproject.toml index 39957ccc6..6a3403641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,7 @@ dependencies = [ "matplotlib>=3.10.6", "numpy>=2.3.3", "pandas>=2.3.2", + "requests>=2.32.5", + "scipy>=1.17.0", "seaborn>=0.13.2", ]