You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's my additions to pyproject.toml to get pixi to work. Comments on the non-default stuff that I had to add. Everything else came for free with pixi init.
[tool.pixi.project]
channels = ["conda-forge", "funkelab", "gurobi"] # Need to add funkelab and gurobi channels
platforms = ["osx-arm64"]
[tool.pixi.pypi-dependencies]
motile-tracker = { path = ".", editable = true }
[tool.pixi.environments]
default = { solve-group = "default" }
all = { features = ["all", "testing", "docs", "dev"], solve-group = "default" }
dev = { features = ["dev"], solve-group = "default" }
docs = { features = ["docs"], solve-group = "default" }
testing = { features = ["testing"], solve-group = "default" }
[tool.pixi.tasks]
[tool.pixi.dependencies]
python = "3.10.*" # Pin to a workable python version
ilpy = ">=0.4.1,<0.5" # Add ilpy as a conda dependency
No description provided.
The text was updated successfully, but these errors were encountered: