fmi-faim / ipa-project-template

Copier template for image processing & analysis projects.
https://fmi-faim.github.io/ipa-project-template/
MIT License
4 stars 2 forks source link

Remove minimum linux requirement #26

Closed imagejan closed 3 weeks ago

imagejan commented 2 months ago

Pixi version 0.28.0 downgrades the default linux requirement:

https://github.com/prefix-dev/pixi/pull/1887

This means we don't need to specify this anymore, making our default project manifest a little cleaner:

https://github.com/fmi-faim/ipa-project-template/blob/ccaf93cf30907c069a25c3b4f8bc0ac0a3578787/template/pixi.toml.jinja#L9-L12

tibuch commented 3 weeks ago

Removed and added link to pixi documentation.