Skip to content

Commit 4f7408f

Browse files
committed
Use pyarrow 6.0 in python3.9
1 parent f4362ca commit 4f7408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jav
3131
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.8
3232
RUN python3.8 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner plotly>=4.8 sklearn 'mlflow>=1.0'
3333
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.9
34-
RUN python3.9 -m pip install numpy 'pyarrow<5.0.0' pandas scipy xmlrunner plotly>=4.8 sklearn 'mlflow>=1.0'
34+
RUN python3.9 -m pip install numpy pyarrow pandas scipy xmlrunner plotly>=4.8 sklearn 'mlflow>=1.0'
3535

3636
RUN add-apt-repository ppa:pypy/ppa
3737
RUN apt update

0 commit comments

Comments
 (0)