Skip to content

Commit

Permalink
fix asincio error
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliyaBioinf authored Sep 26, 2024
1 parent fd83fbc commit fe2166e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/pyscenic/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ build:
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
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

requirements:
build:
Expand Down

0 comments on commit fe2166e

Please sign in to comment.