Skip to content

Commit

Permalink
Update dill_patch.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliyaBioinf authored Oct 2, 2024
1 parent 1aa4448 commit e84caeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/pyscenic/dill_patch.patch
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,5 +9,3 @@
+from multiprocessing import Pipe
+from multiprocessing import Process

from .log import create_logging_handler
from .transform import (

0 comments on commit e84caeb

Please sign in to comment.