Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
fixing the version of scripy==0.12.2 , as after that scirpy moved to awkward arrays and panpipes ingest hasnt been updated yet to work with the new data strucutre implement since the version v0.13.0. Without the fix, the latest version is installed b default which errors when ingesting repeortoire data with `panpipes_ingest`
  • Loading branch information
deevdevil88 authored Oct 24, 2024
1 parent d748a6a commit d567532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"scib",
"scib-metrics",
"scikit-misc",
"scirpy",
"scirpy==0.12.2",
"scrublet",
"scvi-tools",
"sqlalchemy",
Expand Down

0 comments on commit d567532

Please sign in to comment.