Skip to content

Commit d19bd17

Browse files
committed
lift confidence version limitation as update problem is fixed now
1 parent 2fe8c0c commit d19bd17

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
@@ -125,7 +125,7 @@ RUN apt-get update \
125125
&& apt-get install -y python3 python3-pip python3-requests python3-pytest
126126

127127
#TODO: Should source from ./ci/apiv2/requirements.txt
128-
RUN pip3 install click click_log confidence==0.16 pytest tuspy --break-system-packages
128+
RUN pip3 install click click_log confidence pytest tuspy --break-system-packages
129129

130130
# Adding VSCode user and fixing permissions
131131
RUN groupadd vscode && useradd -rm -d /var/www -s /bin/bash -g vscode -G www-data -u 1001 vscode \

0 commit comments

Comments
 (0)