Skip to content

Commit

Permalink
optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Dec 22, 2023
1 parent a523ffa commit c681a40
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,20 @@ numpy = "^1.15"
pandas = "^2"
dataclasses-json = "^0.6.3"
colorlog = "^6.5.0"
psutil = "^5.9.0"

[tool.poetry.group.rule_based.dependencies]
langid = "^1.1.6"
nltk = "^3"

[tool.poetry.group.test.dependencies]
toml = "^0.10.2"
psutil = "^5.9.0"

# TODO: update once this engine is introduced
# [tool.poetry.group.bert]
# optional = true
# [tool.poetry.group.bert.dependencies]
# torch

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit c681a40

Please sign in to comment.