Created
September 12, 2025 07:07
-
-
Save ruben-arts/9908dda950e198b336eeab39d46824eb to your computer and use it in GitHub Desktop.
Simple workspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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