Skip to content
Snippets Groups Projects
Commit 95610ea5 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Add minimum linux requirement

parent 1dc803d5
No related branches found
No related tags found
No related merge requests found
Pipeline #87035 failed
......@@ -59,6 +59,9 @@ error-config = "tests.data.doesnt_exist"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64"]
[tool.pixi.system-requirements]
linux = "4.19.0"
[tool.pixi.dependencies]
click = ">=8"
tomli = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment