Skip to content

Commit 5327d3c

Browse files
committed
Revert "Added Cython as build dependency due to the bug introduced in pandas-dev/pandas#14204"
This reverts commit 5eed01c.
1 parent 5eed01c commit 5327d3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ RUN apk add --no-cache libstdc++ && \
99
g++ gfortran musl-dev \
1010
python3-dev && \
1111
ln -s locale.h /usr/include/xlocale.h && \
12-
pip install cython && \
1312
pip install numpy && \
1413
pip install pandas && \
1514
pip install scipy && \
1615
pip install scikit-learn && \
17-
pip uninstall --yes cython && \
1816
rm /usr/include/xlocale.h && \
1917
rm -r /root/.cache && \
2018
apk del .build-dependencies

0 commit comments

Comments
 (0)