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 c681a40 commit 941a54d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,16 @@ pandas = "^2"
dataclasses-json = "^0.6.3"
colorlog = "^6.5.0"
psutil = "^5.9.0"
toml = "^0.10.2"

[tool.poetry.group.rule_based.dependencies]
# rule based deps, part of core
langid = "^1.1.6"
nltk = "^3"

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

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

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

# TODO: update once this engine is introduced
[tool.poetry.extras]
# bert = ["torch"]

0 comments on commit 941a54d

Please sign in to comment.