gnu: python-doubletdetection: Remove python-pre-commit.

* gnu/packages/bioinformatics.scm (python-doubletdetection)[native-inputs]:
Remove python-pre-commit.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
Antero Mejr 2023-03-11 13:39:39 +00:00 committed by Lars-Dominik Braun
parent fb624c919f
commit ed59796de5
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -1347,8 +1347,7 @@ (define-public python-doubletdetection
(list python-black
python-flake8
python-poetry-core
python-pytest
python-pre-commit))
python-pytest))
(home-page "https://github.com/JonathanShor/DoubletDetection")
(synopsis
"This is a package to detect doublets in single-cell RNA-seq count matrices")