We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c378c commit 30bb9daCopy full SHA for 30bb9da
1 file changed
Dockerfile.ml
@@ -3,6 +3,6 @@ FROM --platform=$TARGETPLATFORM apluslms/grade-python:math-$FULL_TAG
3
4
RUN pip_install \
5
networkx==3.2.1 \
6
- pandas~=1.5.3 \
+ pandas~=2.3.3 \
7
scikit-learn \
8
&& :
0 commit comments