From 5771f1630667058a0d8e5555c60735718991c547 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 29 Oct 2023 23:41:03 -0700 Subject: [PATCH] test: add torch --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2b29d7a..5a7a857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ dependencies = [ "Pillow>=10.0.1", "opencv-python>=4.8.0.74", "numpy>=1.20", + "torch", ] requires-python = ">=3.10" readme = "README.md"