Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions medcat-model-distributor/webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==3.2.25
Django==4.2.29
django-dbbackup==4.0.0b0
django-storages[boto3]==1.12.3
django-cron==0.5.1
urllib3==1.26.18
urllib3==2.6.3
requests
2 changes: 1 addition & 1 deletion medcat-scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mypy
pytest
pytest-xdist
nbmake<1.5
nbconvert<6
nbconvert<8
jupyter-client
ipykernel
plotly-stubs; python_version >= '3.10'
Expand Down
4 changes: 2 additions & 2 deletions medcat-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ simplejson==3.19.3
setuptools-rust==1.11.0
medcat[meta-cat,spacy,deid]~=2.6.0
# pinned because of issues with de-id models and past models (it will not do any de-id)
transformers>=4.34.0,<5.0.0
requests==2.32.4
transformers>=4.34.0,<6.0.0
requests==2.33.0
fastapi[standard]==0.128.0
pydantic>=2.11.10,<2.12.5
pydantic-settings==2.10.1
Expand Down
6 changes: 3 additions & 3 deletions medcat-trainer/docs/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 67 additions & 60 deletions medcat-trainer/webapp/uv.lock

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions medcat-v2/docs/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions medcat-v2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spacy = [
"spacy",
]
meta_cat = [
"transformers>=4.41.0,<5.0", # avoid major bump
"transformers>=4.41.0,<6.0", # avoid major bump
"peft>0.8.2,<1.0",
"torch>=2.4.0,<3.0",
"scikit-learn>=1.1.3,<2.0",
Expand All @@ -104,20 +104,20 @@ dict_ner = [
]
deid = [
"datasets>=2.2.2,<3.0.0",
"transformers>=4.41.0,<5.0", # avoid major bump
"transformers>=4.41.0,<6.0", # avoid major bump
"scikit-learn>=1.1.3,<2.0",
"torch>=2.4.0,<3.0",
# since 3.13 we need to use later version of scipy for it
"scipy<1.14; python_version < '3.13'",
"scipy>=1.14; python_version >= '3.13'",
]
rel_cat = [
"transformers>=4.41.0,<5.0", # avoid major bump
"transformers>=4.41.0,<6.0", # avoid major bump
"scikit-learn>=1.1.3,<2.0",
"torch>=2.4.0,<3.0",
]
embed_linker = [
"transformers>=4.41.0,<5.0", # avoid major bump
"transformers>=4.41.0,<6.0", # avoid major bump
"torch>=2.4.0,<3.0",
]
test = [] # TODO - list
Expand Down
Loading
Loading