From d97a267792176964c43d683617b65ca8765aab5c Mon Sep 17 00:00:00 2001 From: mart-r Date: Thu, 11 Jan 2024 10:29:24 +0000 Subject: [PATCH 1/3] CU-8692kkax6: Bump medcat to 1.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f068237..cadbd09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -medcat==1.5.3 +medcat~=1.10.0 numpy<1.24.0 plotly~=5.12.0 https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.1.0/en_core_web_md-3.1.0-py3-none-any.whl \ No newline at end of file From dfd02801ff47b0c1616f5a6ccb2d1b71679fba45 Mon Sep 17 00:00:00 2001 From: mart-r Date: Thu, 11 Jan 2024 10:31:14 +0000 Subject: [PATCH 2/3] CU-8692kkax6: Add python 3.10 and 3.11 to workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04427ea..89473bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ '3.8', '3.9' ] # , '3.10', '3.11' ] # TODO - add 3.10 and 3.11 if/when medcat>=1.7 is used + python-version: [ '3.8', '3.9', '3.10', '3.11' ] max-parallel: 4 steps: From 31a550e07a159e0a59f30e944ab1604301cf2d72 Mon Sep 17 00:00:00 2001 From: mart-r Date: Thu, 11 Jan 2024 10:34:30 +0000 Subject: [PATCH 3/3] Bump spacy model version (3.1.0 -> 3.4.0) to match newer medcat --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cadbd09..2fe4dbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ medcat~=1.10.0 numpy<1.24.0 plotly~=5.12.0 -https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.1.0/en_core_web_md-3.1.0-py3-none-any.whl \ No newline at end of file +https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.4.0/en_core_web_md-3.4.0-py3-none-any.whl \ No newline at end of file