We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fedaf commit fddd892Copy full SHA for fddd892
1 file changed
tools/package.sh
@@ -178,7 +178,8 @@ if [ -e /opt/python ] ; then
178
/opt/python/${PYTHON_VERSION}/bin/python -m pip install numpy==1.17.3 pandas setuptools --only-binary numpy,pandas
179
else
180
# 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
+ /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
183
fi
184
/opt/python/cp310-cp310/bin/python -m pip install swig==4.0.2 --prefix=/tmp/usr
185
0 commit comments