Skip to content

Commit 7612f4e

Browse files
committed
Bump spatialdata-plot floor to 0.3.4 and ignore pixi local state
`>=0.3.4` includes recent fixes used by the tutorials. Adds `.pixi/` (env cache) and `pixi.lock` to `.gitignore`; pixi solves dependencies fresh per contributor, no need to commit the lockfile.
1 parent f1ab577 commit 7612f4e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dist/
1515
env/
1616
venv/
1717
ENV/
18+
.pixi/
19+
pixi.lock
1820

1921
# Editors
2022
.idea/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [{ name = "scverse" }]
1616
# the notebooks end-to-end.
1717
[project.optional-dependencies]
1818
exec = [
19-
"spatialdata-plot>=0.3",
19+
"spatialdata-plot>=0.3.4",
2020
"squidpy",
2121
"jupyter",
2222
"ipykernel",

0 commit comments

Comments
 (0)