Skip to content

Commit

Permalink
Add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegrand committed Dec 26, 2023
1 parent 78dd572 commit 3821db8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ accelerate = "^0.25.0"
sentencepiece = "^0.1.99"
scipy = "^1.11.4"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
black = "^23.12.1"
pre-commit = "^3.6.0"
jupyterlab = "^4.0.9"
ipywidgets = "^8.1.1"

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

0 comments on commit 3821db8

Please sign in to comment.