Skip to content

Commit f3f877d

Browse files
committed
Revert possibly unnecessary changes
1 parent bc87e14 commit f3f877d

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.gitattributes

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ r/src/RcppExports.cpp linguist-generated=true
1313
r/src/arrowExports.cpp linguist-generated=true
1414
r/man/*.Rd linguist-generated=true
1515
r/NEWS.md merge=union
16-
python/asv* export-ignore
17-
python/benchmarks/** export-ignore
18-
python/examples/** export-ignore
19-
python/requirements* export-ignore
20-
python/scripts/** export-ignore

ci/docker/conda-python-pandas.dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ RUN mamba install -q -y --file arrow/ci/conda_env_sphinx.txt && \
3434
COPY ci/scripts/install_pandas.sh /arrow/ci/scripts/
3535
RUN mamba uninstall -q -y numpy && \
3636
/arrow/ci/scripts/install_pandas.sh ${pandas} ${numpy}
37-
38-
RUN apt-get update && apt-get install -y patchelf

ci/docker/conda-python.dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,3 @@ ENV ARROW_ACERO=ON \
4646
ARROW_SUBSTRAIT=OFF \
4747
ARROW_TENSORFLOW=ON \
4848
ARROW_USE_GLOG=OFF
49-
50-
RUN apt-get update && apt-get install -y patchelf

0 commit comments

Comments
 (0)