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
2 changes: 1 addition & 1 deletion medcat-model-distributor/webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.25
Django==4.2.29
django-dbbackup==4.0.0b0
django-storages[boto3]==1.12.3
django-cron==0.5.1
Expand Down
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.7.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.

337 changes: 172 additions & 165 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.

4,758 changes: 2,300 additions & 2,458 deletions medcat-v2/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v1/medcat-tutorials/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pandas<2.0.0
seaborn~=0.11.2
pytest-xdist~=2.5.0
nbmake<1.5
nbconvert<6
jinja2<=3.0
nbconvert<8
jinja2<=3.1.6
matplotlib>=3.4.0,<3.8.0
seaborn
ipython<9.0.0
Expand Down
14 changes: 7 additions & 7 deletions v1/medcat/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sphinx-autoapi~=3.0.0
MarkupSafe==3.0.2
accelerate==1.2.1
aiofiles==24.1.0
aiohttp==3.11.11
aiohttp==3.13.4
aiosignal==1.3.2
asttokens==3.0.0
async-timeout==5.0.1
Expand All @@ -25,7 +25,7 @@ decorator==5.1.1
dill==0.3.8
exceptiongroup==1.2.2
executing==2.1.0
filelock==3.16.0
filelock==3.20.3
flake8==7.0.0
frozenlist==1.5.0
fsspec==2024.6.1
Expand All @@ -35,7 +35,7 @@ idna==3.10
ipython==8.31.0
ipywidgets==8.1.5
jedi==0.19.2
jinja2==3.1.5
jinja2==3.1.6
joblib==1.4.2
jsonpickle==4.0.1
jupyterlab-widgets==3.0.13
Expand Down Expand Up @@ -71,7 +71,7 @@ python-dateutil==2.9.0
pytz==2024.2
pyyaml==6.0.2
regex==2024.11.6
requests==2.32.3
requests==2.33.0
safetensors==0.4.5
scikit-learn==1.6.0
scipy==1.13.1
Expand All @@ -87,18 +87,18 @@ thinc==8.2.5
threadpoolctl==3.5.0
tokenizers==0.21.0
tomli==2.2.1
torch==2.5.1
torch==2.8.0
tqdm==4.67.1
traitlets==5.14.3
transformers==4.51.3
transformers==5.0.0rc3
triton==3.1.0
typer==0.15.1
types-PyYAML==6.0.3
types-aiofiles==0.8.3
types-setuptools==57.4.10
typing-extensions==4.12.2
tzdata==2024.2
urllib3==2.3.0
urllib3==2.6.3
wasabi==1.1.3
wcwidth==0.2.13
widgetsnbextension==4.0.13
Expand Down
Loading