Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4k stars 2.49k forks source link

Pyarrow<=11 upper bound #1953

Open marcalap opened 7 months ago

marcalap commented 7 months ago

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.