diff options
-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 |