Skip to content

Commit

Permalink
release: python generic 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Jul 26, 2024
1 parent d3019a0 commit 3fa0319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.7
RUN pip install --upgrade pip
RUN pip install tornado==4.2
RUN pip install numpy
RUN pip install scikit-learn==0.20.4
RUN pip install scikit-learn==0.23.2
RUN pip install pandas
RUN pip install xgboost

Expand Down

0 comments on commit 3fa0319

Please sign in to comment.