acceptable-umbrella-86987
06/21/2024, 4:32 PMbuild-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).