Skip to content

Commit e589ab7

Browse files
author
Kevin Armengol
committed
2 parents e5fc879 + 76a5b8e commit e589ab7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- '*.*.*'
79
workflow_dispatch:
810

911
jobs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data-dictionary-cui-mapping"
3-
version = "1.1.5"
3+
version = "1.1.6"
44
description = "This package allows you to load in a data dictionary and map cuis to defined fields using either the UMLS API or MetaMap API from NLM, or a Semantic Search pipeline using Pinecone vector database."
55
authors = ["Kevin Armengol <[email protected]>"]
66
license = "MIT"

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
beautifulsoup4~=4.11.2
22
bs4~=0.0.1
3-
cchardet~=2.1.7
3+
coloredlogs~=15.0.1
44
future~=0.18.3
5-
hydra-core~=1.1.2
65
numpy~=1.24.2
76
omegaconf~=2.1.2
87
openpyxl~=3.1.1
98
pandas~=1.5.3
109
pathlib~=1.0.1
11-
pinecone-client~=2.2.1
12-
prefect~=2.8.4
1310
python-dotenv~=0.21.1
11+
pyyaml~=6.0
1412
requests~=2.28.2
15-
requests-html~=0.10.0
1613
torch~=2.0.0
1714
tqdm~=4.65.0
1815
transformers~=4.18.0
16+
# SPLADE~=2.1 (to build sparse vectors with the hybrid semantic search module, you'll need to install from source since PyPI doesn't allow listing as dependency)

0 commit comments

Comments
 (0)