Hi folks, is there a way to pass build constraints...
# general
a
Hi folks, is there a way to pass build constraints on
build-system.requires
via pants? I've filed an issue here, but in short, we have a transitive dependency that uses an unpinned version of numpy in its
build-system.requires
table. This dependency is now breaking with the release of numpy 2.0.0 a few days ago since it uses a deprecated API. Using resolves_to_constraints_file doesn't seem to work since the constraints don't get passed down to the isolated build environment (per this thread).