From 8b54d4a4376b375d1d3195e2dc49ecb19769b328 Mon Sep 17 00:00:00 2001 From: msglm Date: Mon, 15 Apr 2024 04:23:13 -0500 Subject: fix rclip dependencies --- machinelearning.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machinelearning.scm b/machinelearning.scm index c9934bf..a352187 100644 --- a/machinelearning.scm +++ b/machinelearning.scm @@ -91,10 +91,11 @@ (sha256 (base32 "02np9m1f2j9984pgrzwq1j7r2rbz1hmq9kvn0zd54yivfzr18caa")))) (build-system pyproject-build-system) + (native-inputs (list python-poetry-core-1.9.0)) (propagated-inputs (list python-open-clip-torch python-pillow python-requests - python-torch + python-pytorch python-torchvision python-tqdm)) (arguments -- cgit v1.2.3