-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "eds-pseudo" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
description = "EDS-Pseudo is a hybrid model for detecting personally identifying entities in clinical reports" | ||
authors = ["Perceval Wajsburt <[email protected]>", "Alice Calliger <[email protected]>", "Basile Dura <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -25,7 +25,7 @@ exclude = ["**/*.pyc", "**/__pycache__/*", "**/.ipynb_checkpoints/"] | |
[tool.poetry.dependencies] | ||
# /!\ Do not hesitate to adjust python's version to fit your training and deployment environments | ||
python = ">=3.8,<4.0" | ||
edsnlp = { version = ">=0.10.7", extras = ["ml"] } | ||
edsnlp = { version = ">=0.12.0", extras = ["ml"] } | ||
sentencepiece = ">=0.1.96" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|