Skip to content

Commit

Permalink
Upgrade python and MedCAT
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Oct 12, 2022
1 parent fab7cee commit 296d4d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9
ADD . /home/

# Update and upgrade everything
Expand Down
2 changes: 1 addition & 1 deletion webapp/api/api/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def _retrieve_project_data(projects: QuerySet) -> Dict[str, List]:
"deleted": <boolean> # if the text span was incorrectly linked or 'not' linked by MedCAT due to low scores
"alternative": <boolean> # if the text span was incorrectly linked by MedCAT, then correctly linked by a human annotator
"killed": <boolean> # if a human annotator 'terminated' this annotation
"irrelevant": <boolean> # if a human annotator has marked an annotation as irrelvant (optional)
"irrelevant": <boolean> # if a human annotator has marked an annotation as irrelevant (optional)
"acc": <float> # accuracy provided by MedCAT (optional)
"comment": "<comment string>" # the text entered by an annotator during annotation (optional)
"meta_anns": [
Expand Down
2 changes: 1 addition & 1 deletion webapp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ django-polymorphic~=3.0
djangorestframework~=3.10
django-background-tasks~=1.2
openpyxl~=3.0
medcat~=1.3
medcat~=1.4

0 comments on commit 296d4d7

Please sign in to comment.