Skip to content

Commit 41c6acc

Browse files
committed
add editable install
1 parent f80e8f2 commit 41c6acc

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

pixi.lock

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ typeCheckingMode = "strict"
8888
[tool.pixi.dependencies]
8989
# Allows to specify the pixi conda executable to be able to set the python interpreter.
9090
pixi-pycharm = ">=0.0.8,<0.0.9"
91+
92+
[tool.pixi.pypi-dependencies]
93+
xarray-dataclass = { path = ".", editable = true }

0 commit comments

Comments
 (0)