diff --git a/pyproject.toml b/pyproject.toml index 0a17bcc..a611ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,8 @@ dependencies = [ "numpy", "numba", "tqdm", + "scipy", + "torchode" ] requires-python = ">=3.7"