Skip to content

Commit

Permalink
release: 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Jul 26, 2024
1 parent d3019a0 commit 9aff0fe
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.24.2
RUN pip install pandas
RUN pip install xgboost

Expand Down

0 comments on commit 9aff0fe

Please sign in to comment.