From fd83fbc9f6391eeaa572a035f427c1e15b408c9c Mon Sep 17 00:00:00 2001 From: LiliyaBioinf Date: Thu, 26 Sep 2024 16:34:44 +0200 Subject: [PATCH] Update meta.yaml --- recipes/pyscenic/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/pyscenic/meta.yaml b/recipes/pyscenic/meta.yaml index 00c7d5ad07cd1..e602d0b969619 100644 --- a/recipes/pyscenic/meta.yaml +++ b/recipes/pyscenic/meta.yaml @@ -14,11 +14,10 @@ source: build: number: 0 noarch: python - run_exports: - - "{{ pin_subpackage(name, max_pin='x.x') }}" script: | - patch -p1 < ${RECIPE_DIR}/dill_patch.patch pushd ${SRC_DIR}/pyscenic-{{ version }} + sed -i 's/from multiprocessing_on_dill.connection import Pipe/from multiprocessing import Pipe/' src/pyscenic/prune.py + sed -i 's/from multiprocessing_on_dill.context import Process/from multiprocessing import Process/' src/pyscenic/prune.py ${PYTHON} -m pip install . --use-pep517 --no-deps --ignore-installed -vv popd