diff --git a/pyproject.toml b/pyproject.toml index 45d19dc..e37a340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,8 @@ requires-python = ">=3.8" dependencies = [ "numpy>=1.23.0", "setuptools>=57.0.0", - "torch" + "torch", + "numpy" ]