jscheffl commented on code in PR #43612: URL: https://github.com/apache/airflow/pull/43612#discussion_r1827039162
########## airflow/example_dags/example_branch_operator_decorator.py: ########## @@ -112,7 +112,7 @@ def some_ext_py_task(): # Run the example a second time and see that it re-uses it and is faster. VENV_CACHE_PATH = tempfile.gettempdir() - @task.branch_virtualenv(requirements=["numpy~=1.24.4"], venv_cache_path=VENV_CACHE_PATH) + @task.branch_virtualenv(requirements=["numpy~=1.26.0"], venv_cache_path=VENV_CACHE_PATH) Review Comment: Note: needed to change this as else the example is broken and venv does not work with Python 3.12 Might be worth a separate PR as well to fix it on Airflow 2.10 as well. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org