From 3658073676db42403a19dc4becc169e96af581e8 Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 14 Apr 2024 11:23:46 -0500 Subject: update rclip to 1.8.8 --- machinelearning.scm | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/machinelearning.scm b/machinelearning.scm index 8f09dc1..c9934bf 100644 --- a/machinelearning.scm +++ b/machinelearning.scm @@ -83,24 +83,20 @@ (define-public python-rclip (package (name "rclip") - (version "1.8.5") + (version "1.8.8") (source (origin (method url-fetch) (uri (pypi-uri "rclip" version)) (sha256 - (base32 "1k5j02wk03143y9yw6jg93yywkg840p38pzb41c59yfz37am5178")))) + (base32 "02np9m1f2j9984pgrzwq1j7r2rbz1hmq9kvn0zd54yivfzr18caa")))) (build-system pyproject-build-system) (propagated-inputs (list python-open-clip-torch python-pillow python-requests - python-pytorch + python-torch python-torchvision - python-tqdm - python-poetry-core-1.9.0 - python-ftfy - ;poetry-1.8.2 - )) + python-tqdm)) (arguments '( #:phases (modify-phases %standard-phases -- cgit v1.2.3