snicki13 commented on issue #64954:
URL: https://github.com/apache/airflow/issues/64954#issuecomment-4215147719

   @potiuk Thank you for you explanation. However, let me rephrase my issue 
statement as I may have convoluted it.
   
   The constraints for Airflow 3.2.0 with Python 3.13 contain numpy==2.4.3, 
while Airflow 3.2.0 with Python 3.14 constrains numpy at 2.2.6.
   See here: 
https://github.com/apache/airflow/blob/cd9049cdc66ffb51fd021fab9c28a5234bd3735f/constraints-3.13.txt#L478
   And here: 
https://github.com/apache/airflow/blob/cd9049cdc66ffb51fd021fab9c28a5234bd3735f/constraints-3.14.txt#L475
   
   It is unexpected for me, that the newer Python version expects the older 
version of numpy and I considered this an error in the constraint file. 
Especially seeing, that the Docker image of Airflow 3.2.0 with Python 3.14 
brings numpy 2.4.3.
   
   I currently have no dependencies in my requirements.txt or pyproject.toml 
that are not already pulled by the Airflow 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]

Reply via email to