Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Armengol committed May 31, 2023
2 parents e5fc879 + 76a5b8e commit e589ab7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- '*.*.*'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data-dictionary-cui-mapping"
version = "1.1.5"
version = "1.1.6"
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."
authors = ["Kevin Armengol <kevin.armengol@gmail.com>"]
license = "MIT"
Expand Down
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
beautifulsoup4~=4.11.2
bs4~=0.0.1
cchardet~=2.1.7
coloredlogs~=15.0.1
future~=0.18.3
hydra-core~=1.1.2
numpy~=1.24.2
omegaconf~=2.1.2
openpyxl~=3.1.1
pandas~=1.5.3
pathlib~=1.0.1
pinecone-client~=2.2.1
prefect~=2.8.4
python-dotenv~=0.21.1
pyyaml~=6.0
requests~=2.28.2
requests-html~=0.10.0
torch~=2.0.0
tqdm~=4.65.0
transformers~=4.18.0
# 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 comments on commit e589ab7

Please sign in to comment.