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: remove VCS dependency from integration extra; update CI to insta…
…ll cross-package deps explicitly
PyPI rejects packages with URL/VCS dependencies in metadata. Replace the
integration optional-dependency (qsdsan @ git+...) with an explicit
pip install step in each CI workflow instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>