Skip to content

Commit

Permalink
Update dependency to avoid pinned version of datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Styrke committed Jun 5, 2024
1 parent b95031e commit 8d889de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fz-openqa"
version = "0.2.2"
version = "0.2.3"
description = "Medical Open Domain Question Answering"
authors = ["Valentin Liévin <valentin.lievin@gmail.com>"]

Expand All @@ -15,7 +15,7 @@ hydra-colorlog = "^1.1.0"
unicode = "^2.8"
nltk = "^3.7"
sentencepiece = "^0.1.96"
warp-pipes = { git = "https://github.com/vlievin/warp-pipes.git", tag = "v0.1.1" }
warp-pipes = { git = "https://github.com/FindZebra/warp-pipes.git", tag = "v0.1.3" }
spacy = "^3.4.2"
python-dotenv = "^0.21.0"
html2text = "^2020.1.16"
Expand Down

0 comments on commit 8d889de

Please sign in to comment.