Skip to content

Commit

Permalink
fix(dependencies): upgrade hyfi to 1.12.5 and add hyfi-absa 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 30, 2023
1 parent 030ec14 commit b0c679c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
25 changes: 19 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ corprep = 'corprep.__cli__:main'

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
hyfi = "^1.12.1"
hyfi = "^1.12.5"
openai = "^0.27.8"
backoff = "^2.2.1"
scikit-learn = "^1.3.0"
lexikanon = "^0.3.2"
# lexikanon = { path = "../lexikanon", develop = true }
# hyfi = { path = "../hyfi", develop = true }
thematos = "^0.2.1"
hyfi-absa = "^0.1.0"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit b0c679c

Please sign in to comment.