Skip to content

Commit

Permalink
build: Move sentiment-analyzer dependencies to own group
Browse files Browse the repository at this point in the history
so installation can be skipped if necessary for quick testing
  • Loading branch information
GeckoEidechse committed Aug 11, 2024
1 parent 6a21d5f commit 583288b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ lxml = "^4.9.3"
pytesseract = "^0.3.10"
requests = "^2.32.3"
coloredlogs = "^15.0.1"
transformers = "^4.44.0"
torch = "^2.4.0"


[tool.poetry.group.dev.dependencies]
black = "^24.8.0"


[tool.poetry.group.sentiment-analyzer.dependencies]
transformers = "^4.44.0"
torch = "^2.4.0"

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

0 comments on commit 583288b

Please sign in to comment.