Skip to content

Instantly share code, notes, and snippets.

@ruben-arts
Created September 12, 2025 07:07
Show Gist options
  • Save ruben-arts/9908dda950e198b336eeab39d46824eb to your computer and use it in GitHub Desktop.
Save ruben-arts/9908dda950e198b336eeab39d46824eb to your computer and use it in GitHub Desktop.
Simple workspace
[workspace]
channels = ["conda-forge"]
platforms = ["osx-arm64", "linux-64", "win-64"]
[dependencies]
# C++ dependencies
cxx-compiler = ">=1.11.0,<2"
boost-cpp = ">=1.85.0,<2"
cmake = ">=4.1.1,<5"
# Python dependency
python = ">=3.13.7,<3.14"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment