summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-01-30 23:40:47 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:35 +0100
commit409c99f4b9e5f7902efd59de0b27e727cc8908d9 (patch)
treef2ed467c9f4a2cafc88c394ec182f7a7d87aa1bf
parentb2867cf6b7f0637df5036d4d22fb7cf2a1aeeafa (diff)
gnu: python-doubletdetection: Remove python-black native-input.
* gnu/packages/bioinformatics.scm (python-doubletdetection) [native-inputs]: Remove python-black. Change-Id: Iaa12a1b73bb2f97a053c7b6365b3e1bc7c53080d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 31d662c21bf..0e2cb9c4353 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2899,8 +2899,7 @@ demultiplexing step.")
python-scipy
python-tqdm))
(native-inputs
- (list python-black
- python-flake8
+ (list python-flake8
python-poetry-core
python-pytest))
(home-page "https://github.com/JonathanShor/DoubletDetection")