mkumatag commented on issue #40375: URL: https://github.com/apache/arrow/issues/40375#issuecomment-1984931510
> The PIP_CONSTRAINT approach doesn't work? ( I would assume pipenv is still using pip to actually install the packages, so I would hope it picks up that env variable) yes, this solution worked for me :) thanks. ``` PIP_CONSTRAINT=constraints.txt micropipenv install ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
