Skip to content

Commit

Permalink
pooch
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed May 13, 2024
1 parent aac5988 commit 223e301
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ requires = [
]

[project]
authors = [{ email = "[email protected]", name = "Allen Goodman" }]
dependencies = ["torch"]
authors = [
{ email = "[email protected]", name = "Allen Goodman" },
]
dependencies = [
"pooch",
"torch",
]
dynamic = ["version"]
license = { file = "LICENSE" }
name = "beignet"
Expand Down

0 comments on commit 223e301

Please sign in to comment.