From a79809d018d4e261b39e5eed27402528befc9ac8 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 24 Feb 2025 14:25:16 -0500 Subject: [PATCH] MAINT: Fix CIs (#13125) --- azure-pipelines.yml | 2 +- tools/install_pre_requirements.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9c42b3286c1..8be7d507375 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -244,7 +244,7 @@ stages: PYTHONIOENCODING: 'utf-8' AZURE_CI_WINDOWS: 'true' PYTHON_ARCH: 'x64' - timeoutInMinutes: 80 + timeoutInMinutes: 90 strategy: maxParallel: 4 matrix: diff --git a/tools/install_pre_requirements.sh b/tools/install_pre_requirements.sh index c717b1b477b..44fb77e665f 100755 --- a/tools/install_pre_requirements.sh +++ b/tools/install_pre_requirements.sh @@ -23,7 +23,10 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \ --index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" \ "numpy>=2.1.0.dev0" "scikit-learn>=1.6.dev0" "scipy>=1.15.0.dev0" \ "pandas>=3.0.0.dev0" \ - "h5py>=3.12.1" "dipy>=1.10.0.dev0" "pyarrow>=19.0.0.dev0" "tables>=3.10.2.dev0" + "h5py>=3.12.1" "dipy>=1.10.0.dev0" +# TODO: should have above: "pyarrow>=20.0.0.dev0" "tables>=3.10.2.dev0" +# https://github.com/apache/arrow/issues/40216#issuecomment-2678899168 +# https://github.com/PyTables/PyTables/issues/1115 # statsmodels requires formulaic@main so we need to use --extra-index-url echo "statsmodels"