Skip to content

Commit

Permalink
add minimal and pinned dependencies for SRAnonTool
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Aug 1, 2024
1 parent e57ce8e commit 8bb3903
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/applications/SRAnonTool/requirements-minimal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git+https://github.com/SMI/CogStack-SemEHR.git@96d1486
../../library
57 changes: 53 additions & 4 deletions src/applications/SRAnonTool/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,53 @@
deepmerge
pydicom
pymongo
pyyaml
annotated-types==0.7.0
blis==0.7.11
catalogue==2.0.10
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
cloudpathlib==0.18.1
confection==0.1.5
cymem==2.0.8
deepmerge==1.1.1
dnspython==2.6.1
idna==3.7
Jinja2==3.1.4
joblib==1.4.2
langcodes==3.4.0
language_data==1.2.0
marisa-trie==1.2.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
murmurhash==1.0.10
mysql-connector-python==8.0.28
numpy==1.26.4
packaging==24.1
pika==1.3.2
preshed==3.0.9
protobuf==3.19.6
psycopg2-binary==2.9.9
pydantic==2.8.2
pydantic_core==2.20.1
pydicom==2.4.4
Pygments==2.18.0
pymongo==4.8.0
pyre2-updated==0.3.8
PyYAML==6.0.1
requests==2.32.3
rich==13.7.1
SemEHR @ git+https://github.com/SMI/CogStack-SemEHR.git@96d14866f43b28402f2c659cf93548123d1fb472
shellingham==1.5.4
smart-open==7.0.4
SmiServices @ git+https://github.com/SMI/StructuredReports.git@e57ce8e59bbc4350e8b05862642ac3c6f60d6dfc#subdirectory=src/library
spacy==3.7.5
spacy-legacy==3.0.12
spacy-loggers==1.0.5
srsly==2.4.8
thinc==8.2.5
tqdm==4.66.4
typer==0.12.3
typing_extensions==4.12.2
urllib3==2.2.2
wasabi==1.1.3
weasel==0.4.1
wrapt==1.16.0

0 comments on commit 8bb3903

Please sign in to comment.