Skip to content

Commit fddd892

Browse files
committed
Fix again
1 parent 50fedaf commit fddd892

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/package.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ if [ -e /opt/python ] ; then
178178
/opt/python/${PYTHON_VERSION}/bin/python -m pip install numpy==1.17.3 pandas setuptools --only-binary numpy,pandas
179179
else
180180
# We are using an older CentOS 7 image, so we should rebuild numpy and pandas from source
181-
/opt/python/${PYTHON_VERSION}/bin/python -m pip install numpy==2.0.0 pandas setuptools
181+
/opt/python/${PYTHON_VERSION}/bin/python -m pip install numpy==2.0.0 setuptools
182+
/opt/python/${PYTHON_VERSION}/bin/python -m pip install pandas
182183
fi
183184
/opt/python/cp310-cp310/bin/python -m pip install swig==4.0.2 --prefix=/tmp/usr
184185

0 commit comments

Comments
 (0)