Commit a850b52
committed
Add psutil dependency to fix CI import error - Issue #426
ModuleNotFoundError: No module named 'psutil'
psutil is required by src/orchestrator/models/memory_optimization.py
which is imported by model_registry.py.
Added to dependencies in pyproject.toml.
This was the root cause of ALL CI test failures.1 parent 732b7fe commit a850b52
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments