From e84caeb29bd92ab4858413f2fbe29726d6d692de Mon Sep 17 00:00:00 2001 From: LiliyaBioinf Date: Wed, 2 Oct 2024 13:13:59 +0200 Subject: [PATCH] Update dill_patch.patch --- recipes/pyscenic/dill_patch.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/pyscenic/dill_patch.patch b/recipes/pyscenic/dill_patch.patch index d94a8d43e4191..a01549df70c8c 100644 --- a/recipes/pyscenic/dill_patch.patch +++ b/recipes/pyscenic/dill_patch.patch @@ -1,4 +1,4 @@ ---- pyscenic-0.12.1/src/pyscenic/prune.py.orig 2022-11-21 10:38:05.000000000 +0000 +--- pyscenic-0.12.1/src/pyscenic/prune.py 2022-11-21 10:38:05.000000000 +0000 +++ pyscenic-0.12.1/src/pyscenic/prune.py 2024-10-02 10:20:58.423708208 +0000 @@ -20,8 +20,8 @@ from dask import delayed @@ -9,5 +9,3 @@ +from multiprocessing import Pipe +from multiprocessing import Process - from .log import create_logging_handler - from .transform import (