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
However, when I do poetry install what happens is that all of them get downloaded, albeit only one of them is actually used. It seems like the condition logic is run only AFTER the downloads.
Issue
I have used markers to support torch installation on different platforms:
However, when I do
poetry install
what happens is that all of them get downloaded, albeit only one of them is actually used. It seems like the condition logic is run only AFTER the downloads.Finally it installs only the correct one:
The text was updated successfully, but these errors were encountered: