File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 python -m pip install -U "setuptools ~= 42.0" wheel "setuptools_scm[toml] >= 3.4" \
144144 setuptools_scm_git_archive "${{ matrix.pip }}"
145145 if [ "${{ matrix.python-version }}" == "3.6" ]; then
146- pip install "numpy < 1.20"
146+ pip install "numpy < 1.20" "pandas < 1.2.0"
147147 fi
148148 python setup.py install
149149 INSTALLED_VERSION=$(python -c 'import templateflow as tf; print(tf.__version__, end="")')
@@ -178,7 +178,7 @@ jobs:
178178 python -m pip install -U "setuptools ~= 42.0" wheel "setuptools_scm[toml] >= 3.4" \
179179 setuptools_scm_git_archive "${{ matrix.pip }}"
180180 if [ "${{ matrix.python-version }}" == "3.6" ]; then
181- pip install "numpy < 1.20"
181+ pip install "numpy < 1.20" "pandas < 1.2.0"
182182 fi
183183 python setup.py develop
184184 INSTALLED_VERSION=$(python -c 'import templateflow as tf; print(tf.__version__, end="")')
You can’t perform that action at this time.
0 commit comments