Skip to content

Instantly share code, notes, and snippets.

@traversaro
Last active April 24, 2024 14:57
Show Gist options
  • Save traversaro/5a3ce5afe0eb4eb7e5474582273fa624 to your computer and use it in GitHub Desktop.
Save traversaro/5a3ce5afe0eb4eb7e5474582273fa624 to your computer and use it in GitHub Desktop.
[project]
name = "my_project"
requires-python = ">=3.9"
dependencies = [
"numpy",
]
[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
[tool.pixi.dependencies]
numpy = "*"
numpy = "*"
[tool.pixi.tasks]
start = "echo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment