is there a way to upgrade the pip version that pan...
# general
c
is there a way to upgrade the pip version that pants uses or pass flags into pip? getting this error when trying to package an app that uses
numpy
(for example):
Copy code
ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly
  WARNING: You are using pip version 20.3.4; however, version 22.2.2 is available.
This is on an M1 mac (12.5) with pants 2.12.0
1