[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/93: gnu: python-scikit-opt: Add missing input.
From: |
guix-commits |
Subject: |
24/93: gnu: python-scikit-opt: Add missing input. |
Date: |
Sun, 5 May 2024 16:44:49 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit d85a19a29c54cafc87d2d920825592041c5e3f72
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 11:28:55 2024 +0200
gnu: python-scikit-opt: Add missing input.
* gnu/packages/python-science.scm (python-scikit-opt)[propagated-inputs]:
Add
python-pytorch.
Change-Id: I037cc43bedeaebb05bf038c0bca72919f8c27c40
---
gnu/packages/python-science.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 36d0d46cb7..91f6cb1131 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -480,7 +480,7 @@ logic, also known as grey logic.")
(sha256
(base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-numpy python-scipy))
+ (propagated-inputs (list python-numpy python-pytorch python-scipy))
(home-page "https://github.com/guofei9987/scikit-opt")
(synopsis "Swarm intelligence algorithms in Python")
(description
- 64/93: gnu: tadbit: Add R to inputs., (continued)
- 64/93: gnu: tadbit: Add R to inputs., guix-commits, 2024/05/05
- 68/93: gnu: snakemake-7: Make compatible with tabulate 0.9.0., guix-commits, 2024/05/05
- 83/93: gnu: python-cooltools: Update to 0.7.0., guix-commits, 2024/05/05
- 92/93: gnu: python-gpy: Update to 1.13.1., guix-commits, 2024/05/05
- 17/93: gnu: Add python-scs., guix-commits, 2024/05/05
- 51/93: gnu: python-tabulate: Enable tests and fix version string., guix-commits, 2024/05/05
- 75/93: gnu: python-pytest-shutil: Disable a test., guix-commits, 2024/05/05
- 22/93: gnu: Add python-metacells., guix-commits, 2024/05/05
- 65/93: gnu: python-imbalanced-learn: Update to 0.12.2., guix-commits, 2024/05/05
- 19/93: gnu: Add python-osqp., guix-commits, 2024/05/05
- 24/93: gnu: python-scikit-opt: Add missing input.,
guix-commits <=
- 31/93: gnu: python-scikit-learn: Update to 1.4.2., guix-commits, 2024/05/05
- 38/93: gnu: python-tables: Update to 3.7.0., guix-commits, 2024/05/05
- 41/93: gnu: Add python-dask-expr., guix-commits, 2024/05/05
- 52/93: gnu: python-numpy: Update to 1.26.0., guix-commits, 2024/05/05
- 59/93: gnu: python-dask: Disable some tests., guix-commits, 2024/05/05
- 60/93: gnu: python-dask: Do not reference pyarrow_hotfix., guix-commits, 2024/05/05
- 63/93: gnu: tadbit: Patch for compatibility with latest scipy., guix-commits, 2024/05/05
- 66/93: gnu: python-jsonpickle: Update to 3.0.4., guix-commits, 2024/05/05
- 67/93: gnu: snakemake-6: Make compatible with tabulate 0.9.0., guix-commits, 2024/05/05
- 71/93: gnu: snakemake-5: Patch version string., guix-commits, 2024/05/05