cwegener commented on PR #24514: URL: https://github.com/apache/superset/pull/24514#issuecomment-1610298091
> @cwegener I gather you mean `install_requirements` rather than `install_dependencies`? Note that `pip-compile-multi` should adhere to the requirements. Would you mind sharing the command(s) you ran? Sorry, yes. Typo. `install_requires` is what I'm referring to. All good. It turns out that the result of `pip-compile-multi -P importlib-metadata` is simply a noop, because there is no change to the version of `importlib-metadata` that is already present. And `pip-compile-multi` just doesn't need to know that `importlib-medata` is now a top-level require instead of a transitive one. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
