diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
commit | b1713bd4649ab0cd86eaffd7ca837b73f089feae (patch) | |
tree | 09b8af5c9ae1768e73eaa899b073be9d6fd016b6 /machinelearning.scm | |
parent | 99b20393de6b626626a8ddefbbd1cc76a6f27011 (diff) | |
download | guix-techchud-b1713bd4649ab0cd86eaffd7ca837b73f089feae.tar.gz guix-techchud-b1713bd4649ab0cd86eaffd7ca837b73f089feae.tar.bz2 guix-techchud-b1713bd4649ab0cd86eaffd7ca837b73f089feae.zip |
update rclip to 1.8.8
Diffstat (limited to 'machinelearning.scm')
-rw-r--r-- | machinelearning.scm | 12 |
1 files 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 |