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
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
Question
For multiple platforms I know I can do something like
foo = [
{ version = "^1.0.0", platform = "a" },
{ version = "^1.0.0", platform = "b" }
]
But how can I specify != instead of == that Poetry uses? It's not feasible to manually write out all other platform besides the ones I want to ignore and the syntax above is cumbersome enough as is.
The text was updated successfully, but these errors were encountered:
Specifying arbitrary environment markers, including negative ones, is supported in the 1.0.0 latest prerelease (see #1142). You can start using the prereleases is you want to have this feature
Question
For multiple platforms I know I can do something like
But how can I specify
!=
instead of==
that Poetry uses? It's not feasible to manually write out all other platform besides the ones I want to ignore and the syntax above is cumbersome enough as is.The text was updated successfully, but these errors were encountered: