Skip to content

Commit

Permalink
add pytest to arch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx committed May 25, 2024
1 parent 055b1e9 commit 8447c41
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 1 deletion.
97 changes: 96 additions & 1 deletion libs/architectures/poetry.lock

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

4 changes: 4 additions & 0 deletions libs/architectures/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ url = "https://download.pytorch.org/whl/cu118"
secondary = true
default = false


[tool.poetry.group.dev.dependencies]
pytest = "^8.2.1"

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

0 comments on commit 8447c41

Please sign in to comment.