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
fix: use platform-specific psutil wheels in requirements.txt
Replace psutil package with direct URLs to pre-built wheels to avoid C++ compilation dependencies on user machines. This matches the wheel configuration from pyproject.toml and ensures consistent installation across different platforms and Python versions.
0 commit comments