Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixi install? #150

Open
cmalinmayor opened this issue Feb 25, 2025 · 1 comment
Open

pixi install? #150

cmalinmayor opened this issue Feb 25, 2025 · 1 comment

Comments

@cmalinmayor
Copy link
Collaborator

No description provided.

@msschwartz21
Copy link

msschwartz21 commented Feb 25, 2025

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

After this, pixi run napari works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants