[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/93: gnu: python-pygsp: Add missing input.
From: |
guix-commits |
Subject: |
91/93: gnu: python-pygsp: Add missing input. |
Date: |
Sun, 5 May 2024 16:45:05 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit a4039b6994115f642cfec18ab5bba523909ee5e8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 4 10:14:48 2024 +0200
gnu: python-pygsp: Add missing input.
* gnu/packages/graph.scm (python-pygsp)[native-inputs]: Add python-pytest.
Change-Id: I94cd4e160dcbecfbb491c0d101bcbeb761189876
---
gnu/packages/graph.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 179ff450ab..8be720215e 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -552,7 +552,9 @@ algorithm for a number of different methods.")
(("suites.append\\(test_docstrings.*")
"")))))))
(propagated-inputs (list python-numpy python-scikit-image python-scipy))
- (native-inputs (list python-coverage python-coveralls python-flake8))
+ (native-inputs
+ (list python-coverage python-coveralls python-flake8
+ python-pytest))
(home-page "https://github.com/epfl-lts2/pygsp";)
(synopsis "Graph Signal Processing in Python")
(description "The PyGSP is a Python package to ease signal processing on
- 71/93: gnu: snakemake-5: Patch version string., (continued)
- 71/93: gnu: snakemake-5: Patch version string., guix-commits, 2024/05/05
- 69/93: gnu: snakemake: Fetch from git repository., guix-commits, 2024/05/05
- 70/93: gnu: snakemake-5: Make compatible with tabulate 0.9.0., guix-commits, 2024/05/05
- 73/93: gnu: python-termcolor: Update to 2.4.0., guix-commits, 2024/05/05
- 79/93: gnu: python-decoupler-py: Update to 1.6.0., guix-commits, 2024/05/05
- 77/93: gnu: barectf: Use python-termcolor-1., guix-commits, 2024/05/05
- 74/93: gnu: python-cleanlab: Update to 2.6.3., guix-commits, 2024/05/05
- 84/93: gnu: python-scikit-learn-extra: Disable a validation test., guix-commits, 2024/05/05
- 90/93: gnu: python-paramz: Update to 0.9.6., guix-commits, 2024/05/05
- 88/93: gnu: python-liana-py: Update to 1.1.0., guix-commits, 2024/05/05
- 91/93: gnu: python-pygsp: Add missing input.,
guix-commits <=
- 34/93: gnu: python-pandas-stub: Update to 2.1.1.230928., guix-commits, 2024/05/05
- 37/93: gnu: python-pyarrow: Build with ORC support., guix-commits, 2024/05/05
- 42/93: gnu: python-distributed: Update to 2024.4.2., guix-commits, 2024/05/05
- 44/93: gnu: Add python-awkward-cpp., guix-commits, 2024/05/05
- 49/93: gnu: python-scikit-bio: Update to 0.6.0., guix-commits, 2024/05/05
- 61/93: gnu: python-cooler: Update to 0.9.3., guix-commits, 2024/05/05
- 72/93: gnu: python-hicexplorer: Update to 3.7.4., guix-commits, 2024/05/05
- 85/93: gnu: python-mapie: Disable strict tests., guix-commits, 2024/05/05
- 78/93: gnu: python-omnipath: Update to 1.0.8., guix-commits, 2024/05/05
- 81/93: gnu: python-verde: Add missing input., guix-commits, 2024/05/05