diff options
author | msglm <msglm@techchud.xyz> | 2024-04-15 04:23:13 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-04-15 04:23:13 -0500 |
commit | 8b54d4a4376b375d1d3195e2dc49ecb19769b328 (patch) | |
tree | e445f8578554bbfea95e184a8daa715932c439ef | |
parent | 3658073676db42403a19dc4becc169e96af581e8 (diff) | |
download | guix-msglm-8b54d4a4376b375d1d3195e2dc49ecb19769b328.tar.gz guix-msglm-8b54d4a4376b375d1d3195e2dc49ecb19769b328.tar.bz2 guix-msglm-8b54d4a4376b375d1d3195e2dc49ecb19769b328.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 |