potiuk commented on PR #46270: URL: https://github.com/apache/airflow/pull/46270#issuecomment-2623270797
More explanation: The difference between metadata of 1.78.0 vs. 1.79.0 <img width="2039" alt="Screenshot 2025-01-30 at 01 39 30" src="https://github.com/user-attachments/assets/3ba660ca-c014-4642-83d7-948da5f4489f" /> We've been installing both extras (pandas, tqdm) by other means before - but we should have been using `evaluation` extra before, because we are apparently using it for some operators in Google Provider before - but it has not been noticed, because those deps were already installed by other providers (tqdm is a dependency of fsspec). But no-one else uses scikit learn, so when they added it in 1.79, we have not installed it because we did not have the extra. -- 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]
