From 6806f2df99c67547921904797421372a06bf6f11 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 24 Feb 2025 10:55:14 -0500 Subject: [PATCH] MAINT: Fix CIs --- tools/install_pre_requirements.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"