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
Copy file name to clipboardExpand all lines: docs/architecture/Execution/code-execution.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ flowchart LR
46
46
47
47
-`PythonInitializer` chooses Pixi first, then pip-backed pyRevit CPython if Pixi cannot run.
48
48
-`PythonEmbedded` extracts `Parser.py`, `ToolParser.py`, `PytestRunner.py`, setup scripts, and `pixi.toml`.
49
-
-`PythonDepsManager` parses PEP 723 dependencies through `Parser.py`.
49
+
-`PythonDepsManager` parses PEP 723 dependencies through `Parser.py`. Installed-state JSON may include conda git-describe versions; Parser treats those as unconstrained instead of failing the resolve.
50
50
- Pixi uses conda-forge first and PyPI fallback.
51
51
- Pip fallback depends on `pyrevit.exe attached` to locate `bin/cengines/CPY*/python.exe`.
0 commit comments