Skip to content

Commit

Permalink
Fix Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Mar 6, 2024
1 parent 1b5c8d9 commit 34748bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.7
FROM python:3.5

# Clone third-party repos.
RUN git clone --depth 1 https://github.com/UKPLab/emnlp2017-bilstm-cnn-crf.git /emnlp2017-bilstm-cnn-crf
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask~=2.0
flask~=1.0
flasgger~=0.9.4
flask_restful~=0.3.7
torch~=0.4.1
torch~=1.0
torchvision~=0.2.1
pyyaml~=6.0
pyyaml~=5.3

0 comments on commit 34748bf

Please sign in to comment.