You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #2814, but it is both less complex and brings less value.
If we look at out tutorial, we find that the Python package depends on the C++ package (python_bindings) during runtime. It would be good to be able to just add the python_bindings to the run-dependencies:
Similar to #2814, but it is both less complex and brings less value.
If we look at out tutorial, we find that the Python package depends on the C++ package (
python_bindings
) during runtime. It would be good to be able to just add thepython_bindings
to the run-dependencies:pixi/docs/source_files/pixi_projects/pixi_build_workspace/pixi.toml
Line 29 in 944b3e9
Until this issue is fixed, one has to add it manually to the environment
pixi/docs/source_files/pixi_projects/pixi_build_workspace/pixi.toml
Lines 10 to 12 in 944b3e9
The text was updated successfully, but these errors were encountered: