Skip to content

Commit

Permalink
build: add pixi section in config
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 8, 2024
1 parent b0abdb2 commit b20433e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.git_archival.txt export-subst
# GitHub syntax highlighting
pixi.lock linguist-language=YAML

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ store.sqlite
**.kontext
dev/
temp/
# pixi environments
.pixi

8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -531,3 +531,11 @@ reportMissingTypeStubs = false

executionEnvironments = [
]

[tool.pixi.project]
name = "kiara"
channels = ["dharpa", "conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]

[tool.pixi.pypi-dependencies]
kiara = { path = ".", editable = true}

0 comments on commit b20433e

Please sign in to comment.