diff options
author | msglm <msglm@techchud.xyz> | 2024-04-14 11:23:46 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-04-14 11:23:46 -0500 |
commit | 3658073676db42403a19dc4becc169e96af581e8 (patch) | |
tree | 09b8af5c9ae1768e73eaa899b073be9d6fd016b6 /machinelearning.scm | |
parent | 016d82ad3f997bc3755cc75ce8d70c8c17d4f086 (diff) | |
download | guix-msglm-3658073676db42403a19dc4becc169e96af581e8.tar.gz guix-msglm-3658073676db42403a19dc4becc169e96af581e8.tar.bz2 guix-msglm-3658073676db42403a19dc4becc169e96af581e8.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 |