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
Not a bug; poetry add only handles simple constraints and does not manage multiple constraint versions. You should write out your platform-specific constraints by editing pyproject.toml.
did not work even though pip install jax normally behaves identically to pip install jax[cpu]. I'm assuming that's probably some issue with how JAX specifies its dependencies.
If I run:
I get the attached
pyproject.toml
.Afterwards, I run:
which causes the
jax
line inpyproject.toml
to be overwritten withdeleting the linux platform-specific dependency.
I would have expected the Mac dependency to be included in addition to the existing Linux dependency.
Thanks!
Versions:
The text was updated successfully, but these errors were encountered: