Skip to content

Commit a52ce9d

Browse files
committed
Fix dependencies
Signed-off-by: Beat Buesser <[email protected]>
1 parent 3dfa36a commit a52ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/goturn/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN pip install tensorflow==2.9 scikit-learn==1.6.1 pytest~=6.2.5 pytest-cov~=4.
3131

3232
RUN git clone https://github.com/nrupatunga/goturn-pytorch.git /tmp/goturn-pytorch
3333
#RUN cd /tmp/goturn-pytorch && pip install -r requirements.txt
34-
RUN pip install loguru==0.5.3 tqdm==4.62.3 imutils==0.5.3 numpy==1.21.6 Pillow==8.0.1 visdom==0.1.8.9 gdown==5.1.0
34+
RUN pip install loguru==0.5.3 tqdm==4.62.3 imutils==0.5.3 numpy==1.23.5 Pillow==8.0.1 visdom==0.1.8.9 gdown==5.1.0
3535
RUN pip install opencv_python==4.9.0.80 --no-build-isolation
3636

3737
ENV PYTHONPATH "${PYTHONPATH}:/tmp/goturn-pytorch/src"

0 commit comments

Comments
 (0)