john-bodley commented on code in PR #26913: URL: https://github.com/apache/superset/pull/26913#discussion_r1473241589
########## requirements/base.in: ########## @@ -17,3 +17,8 @@ # under the License. # -e file:. + +# pinning these two dependencies that pip-compile-multi complained about Review Comment: @mistercrunch this feels somewhat icky and will likely corner us in the future. Have you tried simply running `pip-compile-multi --upgrade` to give it a fighting chance of finding an eligible set of frozen dependencies. -- 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]
