is there something i can do pants wise to ignore t...
# general
m
is there something i can do pants wise to ignore that dep when running under a certain environment or something along those lines?
e
Is this a direct dependency or indirect? If direct you can make two targets, if indirect things get more interesting.
m
it's a direct dep, just a line in the 3rdparty requirements
e
That should - maybe - work such that you can build the same target and only if os_name != SomehowIdentifyAlpine is pyarrow included.
m
oh cool, i'll attempt this one!