Skip to content

Commit 55822ab

Browse files
dodona-serverTomNaessens
authored andcommitted
Chore: update dodona-tested dockerfile
1 parent ea3f80b commit 55822ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dodona-tested.dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ RUN <<EOF
111111

112112
# Exercise dependencies
113113
pip install --no-cache-dir --upgrade \
114-
numpy==2.3.5
114+
numpy==2.3.5 \
115+
pandas==3.0.1 \
116+
openpyxl==3.1.5
115117

116118
# Clean up caches
117119
apt-get clean

0 commit comments

Comments
 (0)