summaryrefslogtreecommitdiffstats
path: root/machinelearning.scm
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:02 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:02 -0500
commit1e16c173799f46727d5dcf61dcee8cd3f0e331e6 (patch)
treee445f8578554bbfea95e184a8daa715932c439ef /machinelearning.scm
parentb1713bd4649ab0cd86eaffd7ca837b73f089feae (diff)
downloadguix-techchud-1e16c173799f46727d5dcf61dcee8cd3f0e331e6.tar.gz
guix-techchud-1e16c173799f46727d5dcf61dcee8cd3f0e331e6.tar.bz2
guix-techchud-1e16c173799f46727d5dcf61dcee8cd3f0e331e6.zip
fix rclip dependencies
Diffstat (limited to 'machinelearning.scm')
-rw-r--r--machinelearning.scm3
1 files changed, 2 insertions, 1 deletions
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