Skip to content

Commit 45bb067

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-119802: upgrade pyarrow to 0.15.1
1 parent 705341e commit 45bb067

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/manylinux2010/scripts/build_virtualenvs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for PYTHON in ${PYTHON_VERSIONS}; do
3535
echo "=== (${PYTHON}, ${U_WIDTH}) Preparing virtualenv for build ==="
3636
"$(cpython_path $PYTHON ${U_WIDTH})/bin/virtualenv" -p ${PYTHON_INTERPRETER} --no-download /home/user/venv-build-${PYTHON}
3737
source /home/user/venv-build-${PYTHON}/bin/activate
38-
pip install "cython==0.29.8" "setuptools" "flake8" "wheel" "pyarrow==0.14.1"
38+
pip install "cython==0.29.8" "setuptools" "flake8" "wheel" "pyarrow==0.15.1"
3939
deactivate
4040
done
4141

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ def _get_pyarrow_lib_pattern(self, lib_name):
216216
'keyring!=16.1.0'
217217
],
218218
"pandas": [
219-
'pyarrow>=0.14.0,<0.15.0;python_version>"3.4"',
219+
'pyarrow>=0.15.1,<0.16.0;python_version>"3.4"',
220+
'pandas<1.0.0;python_version>"3.4"',
220221
]
221222
},
222223

0 commit comments

Comments
 (0)