Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft

Home Page:https://docs.microsoft.com/azure/machine-learning/service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyarrow<=11 upper bound

marcalap opened this issue · comments

Hi,
Pyarrow has a critical CVE.
https://www.cve.org/CVERecord?id=CVE-2023-47248

There is a hotfix if anybody needs it in the meantime
https://pypi.org/project/pyarrow-hotfix/

azureml-dataset-runtime 1.54.0 requires pyarrow<=11.0.0,>=0.17.0, but you have pyarrow 14.0.0 which is incompatible.