Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/manylinux1/Dockerfile-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License. See accompanying LICENSE file.
FROM quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-947
FROM quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-1024

ADD arrow /arrow
WORKDIR /arrow/cpp
Expand Down
2 changes: 1 addition & 1 deletion python/manylinux1/scripts/build_virtualenvs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for PYTHON in ${PYTHON_VERSIONS}; do
PATH="$PATH:$(cpython_path $PYTHON)"

echo "=== (${PYTHON}) Installing build dependencies ==="
$PIPI_IO "numpy==1.9.0"
$PIPI_IO "numpy==1.10.1"
$PIPI_IO "cython==0.25.2"
$PIPI_IO "pandas==0.20.1"
$PIPI_IO "virtualenv==15.1.0"
Expand Down