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 | 1e16c173799f46727d5dcf61dcee8cd3f0e331e6 (patch) | |
tree | e445f8578554bbfea95e184a8daa715932c439ef | |
parent | b1713bd4649ab0cd86eaffd7ca837b73f089feae (diff) | |
download | guix-techchud-1e16c173799f46727d5dcf61dcee8cd3f0e331e6.tar.gz guix-techchud-1e16c173799f46727d5dcf61dcee8cd3f0e331e6.tar.bz2 guix-techchud-1e16c173799f46727d5dcf61dcee8cd3f0e331e6.zip |
fix rclip dependencies
-rw-r--r-- | machinelearning.scm | 3 |
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 |