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-demo-app/webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==3.2.25
Django==4.2.26
django-dbbackup==4.0.0b0
django-storages[boto3]==1.12.3
django-cron==0.5.1
medcat[meta-cat,spacy]~=2.2.0
urllib3==1.26.18
urllib3==2.5.0
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
10 changes: 5 additions & 5 deletions medcat-v2/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pyflakes==3.2.0
spacy==3.8.2
catalogue==2.0.10
cymem==2.0.8
Jinja2==3.1.5
Jinja2==3.1.6
MarkupSafe==3.0.2
langcodes==3.4.1
language_data==1.2.0
Expand All @@ -38,11 +38,11 @@ setuptools==78.1.1
murmurhash==1.0.10
packaging==24.1
preshed==3.0.9
requests==2.32.3
requests==2.32.4
certifi==2024.8.30
charset-normalizer==3.4.0
idna==3.10
urllib3==2.2.3
urllib3==2.5.0
spacy-legacy==3.0.12
spacy-loggers==1.0.5
srsly==2.4.8
Expand All @@ -69,11 +69,11 @@ fsspec==2024.12.0
PyYAML==6.0.2
psutil==6.1.1
safetensors==0.5.2
torch==2.5.1
torch==2.8.0
networkx==3.4.2
sympy==1.13.1
mpmath==1.3.0
transformers==4.48.0
transformers==4.53.0
regex==2024.11.6
tokenizers==0.21.0
scikit-learn==1.6.1
Expand Down
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
12 changes: 6 additions & 6 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.12.14
aiosignal==1.3.2
asttokens==3.0.0
async-timeout==5.0.1
Expand Down Expand Up @@ -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.32.4
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==4.53.0
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.5.0
wasabi==1.1.3
wcwidth==0.2.13
widgetsnbextension==4.0.13
Expand Down
Loading