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
At the moment, pulling in `outlines-core` with default features disabled
still pulls in, compiles, and pins your version of, `pyo3`.
To fix this, we need to add dependencies which transitively depend on
pyo3 to the optional `python-bindings` dependency set.
0 commit comments